update
This commit is contained in:
parent
a686590ef0
commit
695a247e05
4 changed files with 35 additions and 0 deletions
|
@ -3,4 +3,5 @@
|
||||||
|
|
||||||
.admin {
|
.admin {
|
||||||
@include secondary-menu_new-menu;
|
@include secondary-menu_new-menu;
|
||||||
|
@include settings;
|
||||||
}
|
}
|
||||||
|
|
|
@ -265,3 +265,35 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@mixin settings {
|
||||||
|
.container {
|
||||||
|
.header {
|
||||||
|
background: $bg60;
|
||||||
|
border: 0;
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
|
.attached.segment {
|
||||||
|
background: $bg30;
|
||||||
|
border: 0;
|
||||||
|
form.form {
|
||||||
|
.field {
|
||||||
|
label {
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
|
input {
|
||||||
|
background: $bg40;
|
||||||
|
border: 2px solid $bg60;
|
||||||
|
color: $white;
|
||||||
|
font-family: $font-family;
|
||||||
|
&:focus {
|
||||||
|
background: $bg50;
|
||||||
|
border: 2px solid $bg60;
|
||||||
|
color: $white;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -1308,6 +1308,7 @@
|
||||||
.secondary.menu.new-menu {
|
.secondary.menu.new-menu {
|
||||||
margin-top: -21px !important;
|
margin-top: -21px !important;
|
||||||
}
|
}
|
||||||
|
@include settings;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* repository: commits */
|
/* repository: commits */
|
||||||
|
|
|
@ -340,4 +340,5 @@
|
||||||
|
|
||||||
.user.settings {
|
.user.settings {
|
||||||
@include secondary-menu_new-menu;
|
@include secondary-menu_new-menu;
|
||||||
|
@include settings;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue