mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2024-11-22 17:40:04 +01:00
30 lines
506 B
SCSS
30 lines
506 B
SCSS
.notices {
|
|
.notification {
|
|
width: 290px;
|
|
pointer-events: auto;
|
|
padding: 1.071rem 3.214rem 1.071rem 1.071em;
|
|
font-size: 0.813rem;
|
|
|
|
a:not(.button):not(.dropdown-item) {
|
|
color: $primary;
|
|
display: block;
|
|
margin-top: .15rem;
|
|
text-decoration: none;
|
|
font-size: 0.750rem;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
.media {
|
|
align-items: center;
|
|
}
|
|
|
|
.delete {
|
|
right: 1rem;
|
|
top: calc(50% - .5rem);
|
|
}
|
|
}
|
|
}
|