vrifox/gitea-theme
Archived
1
0
Fork 0
This repository has been archived on 2022-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-theme/scss/import/admin.scss
2020-11-08 20:45:29 +01:00

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;
}
}
}
}