2019-08-15 17:40:13 +00:00
|
|
|
/*
|
|
|
|
* Citizen - ULS Styles
|
|
|
|
* https://starcitizen.tools
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import '../resources/variables.less';
|
|
|
|
@import '../resources/mixins.less';
|
|
|
|
|
|
|
|
// Need important to override
|
|
|
|
.uls-menu {
|
2019-12-26 10:21:50 +00:00
|
|
|
border: 0 !important;
|
2019-08-15 17:40:13 +00:00
|
|
|
border-radius: 0;
|
|
|
|
.boxshadow(5)!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uls-search {
|
|
|
|
z-index: 1;
|
|
|
|
position: relative;
|
|
|
|
border: 0;
|
|
|
|
transition: @transition-box-shadow;
|
|
|
|
.boxshadow(2);
|
|
|
|
|
|
|
|
&:focus-within {
|
|
|
|
.boxshadow(3);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Gotta fix this for mobile
|
|
|
|
.uls-narrow {
|
2019-12-26 10:21:50 +00:00
|
|
|
left: 0 !important;
|
|
|
|
width: 100% !important;
|
2019-08-15 17:40:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#uls-settings-block {
|
2019-12-26 10:21:50 +00:00
|
|
|
border-color: @base-80 !important;
|
2019-08-15 17:40:13 +00:00
|
|
|
}
|