mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Refactor CSS to better use inherited naming
This commit is contained in:
@@ -24,17 +24,22 @@
|
||||
margin-top: $gutter;
|
||||
}
|
||||
|
||||
.template-list-item,
|
||||
.template-list-item-with-checkbox {
|
||||
position: relative;
|
||||
}
|
||||
.template-list {
|
||||
|
||||
.template-list-item-with-checkbox {
|
||||
&-item {
|
||||
|
||||
padding-left: $gutter * 2;
|
||||
&-with-checkbox {
|
||||
|
||||
position: relative;
|
||||
padding-left: $gutter * 2;
|
||||
|
||||
.multiple-choice {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.multiple-choice {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user