mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 22:18:25 -04:00
16 lines
139 B
SCSS
16 lines
139 B
SCSS
|
|
.template-picker {
|
||
|
|
|
||
|
|
&-name {
|
||
|
|
@include bold-19;
|
||
|
|
padding-left: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
&-option {
|
||
|
|
|
||
|
|
input {
|
||
|
|
float: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|