mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-27 03:09:11 -04:00
Users need to pick a time in the next 24hrs, or send a file immediately. Rationale for this is a bit lost in time-before-holiday, but generally: ‘Now’ and ‘later’ as the inital choices makes it really clear what this feature is about conceptually. The choice of times is absolute, eg ‘1pm’ not ‘in 3 hours’
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;
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|