mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 18:22:37 -04:00
29 lines
373 B
SCSS
29 lines
373 B
SCSS
.template-picker {
|
|
|
|
&-name {
|
|
@include bold-19;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
&-option {
|
|
|
|
white-space: nowrap;
|
|
clear: both;
|
|
|
|
.block-label {
|
|
float: none;
|
|
clear: none;
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.sms-message {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
|
|
}
|
|
|
|
}
|