32 lines
531 B
SCSS
32 lines
531 B
SCSS
|
|
/* admin: settings */
|
|
|
|
.admin {
|
|
@include secondary-menu_new-menu;
|
|
@include settings;
|
|
.attached.table.segment {
|
|
form {
|
|
table.basic.table {
|
|
tbody {
|
|
tr {
|
|
td {
|
|
color: $white;
|
|
button.green.button {
|
|
background: $green;
|
|
&:hover {
|
|
background: $green-dark;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
dl {
|
|
dt,
|
|
dd {
|
|
color: $white;
|
|
}
|
|
}
|
|
}
|
|
}
|