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

33 lines
531 B
SCSS
Raw Normal View History

2020-11-08 19:50:40 +01:00
/* admin: settings */
.admin {
@include secondary-menu_new-menu;
2020-11-08 20:09:41 +01:00
@include settings;
2020-11-08 20:45:29 +01:00
.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;
}
}
}
2020-11-08 19:50:40 +01:00
}