mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 21:08:24 -04:00
48 lines
565 B
SCSS
48 lines
565 B
SCSS
|
|
.radio-select {
|
||
|
|
|
||
|
|
&-column {
|
||
|
|
|
||
|
|
display: inline-block;
|
||
|
|
vertical-align: top;
|
||
|
|
|
||
|
|
.block-label {
|
||
|
|
margin-right: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
.tertiary-button {
|
||
|
|
display: inline-block;
|
||
|
|
vertical-align: top;
|
||
|
|
width: auto;
|
||
|
|
padding: 20px 30px 15px 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.js-enabled & {
|
||
|
|
|
||
|
|
|
||
|
|
.block-label {
|
||
|
|
&:last-child {
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.block-label,
|
||
|
|
.tertiary-button {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.js-visible {
|
||
|
|
|
||
|
|
display: block;
|
||
|
|
|
||
|
|
&.tertiary-button {
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|