Remove the langauge selector from toolbar and add it in settings
This commit is contained in:
@@ -56,6 +56,22 @@
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
&#newdoc {
|
||||
// Bootstrap 4 colors
|
||||
color: #fff;
|
||||
background: #0275d8;
|
||||
border-color: #0275d8;
|
||||
&:hover {
|
||||
background: #025aa5;
|
||||
border: 1px solid #01549b;
|
||||
}
|
||||
span {
|
||||
color: #fff;
|
||||
}
|
||||
.large {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
@@ -141,7 +157,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.big {
|
||||
@media screen and (max-width: @media-not-big) {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user