mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2024-11-29 15:39:25 +01:00
26 lines
361 B
SCSS
26 lines
361 B
SCSS
|
.box-modal {
|
||
|
max-width: 440px;
|
||
|
overflow-y: auto;
|
||
|
|
||
|
&-header {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
margin-bottom: 1.5rem;
|
||
|
|
||
|
&.is-spaced {
|
||
|
margin-bottom: .475rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&-title {
|
||
|
font-size: 1rem;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.note {
|
||
|
font-size: 0.875rem;
|
||
|
margin-bottom: 1rem;
|
||
|
}
|
||
|
}
|