.label {
border-radius: 10px;
}
.username {
&[data-user-id="1"] {
span:before {
.m-faBase();
.m-faContent(@fa-var-crown);
margin-right: 5px;
}
}
}
.pairJustifier .pairs.pairs--rows {
display: grid;
dt {
order: 2;
}
dd {
order: 1;
}
}
.Main {
background: url("./styles/aurora_dark/img/kr_adm.png") no-repeat;
height: 40px;
width: 150px;
text-indent: -10000em;
display: inline-block;
padding-bottom: 30px;
}
.Spec {
background: url("./styles/aurora_dark/img/spc_admin.png") no-repeat;
height: 40px;
width: 150px;
text-indent: -10000em;
display: inline-block;
padding-bottom: 30px;
}
.Ga {
background: url("./styles/aurora_dark/img/gladm.png") no-repeat;
height: 40px;
width: 150px;
text-indent: -10000em;
display: inline-block;
padding-bottom: 30px;
}
.Zga {
background: url("./styles/aurora_dark/img/zgadmin.png") no-repeat;
height: 40px;
width: 150px;
text-indent: -10000em;
display: inline-block;
padding-bottom: 30px;
}
.Adm {
background: url("./styles/aurora_dark/img/admin.png") no-repeat;
height: 40px;
width: 150px;
text-indent: -10000em;
display: inline-block;
padding-bottom: 30px;
}
.Stmod {
background: url("./styles/aurora_dark/img/st_moder.png") no-repeat;
height: 40px;
width: 150px;
text-indent: -10000em;
display: inline-block;
padding-bottom: 30px;
}
.Mod {
background: url("./styles/aurora_dark/img/mod.png") no-repeat;
height: 40px;
width: 150px;
text-indent: -10000em;
display: inline-block;
padding-bottom: 30px;
}
.Mlmod {
background: url("./styles/aurora_dark/img/ml_mod.png") no-repeat;
height: 40px;
width: 150px;
text-indent: -10000em;
display: inline-block;
padding-bottom: 30px;
}
.User {
background: url("./styles/aurora_dark/img/usr.png") no-repeat;
height: 40px;
width: 150px;
text-indent: -10000em;
display: inline-block;
padding-bottom: 30px;
}
.Pm {
background: url("./styles/aurora_dark/img/piar.png") no-repeat;
height: 40px;
width: 150px;
text-indent: -10000em;
display: inline-block;
padding-bottom: 30px;
}
.quick-access .button {
padding: 1px 0;
width: 100%;
heigth: 1px;
}
.button, a.button {
display: inline-block;
border: 1px solid transparent;
-webkit-transition: background-color .2s ease;
transition: background-color .2s ease;
font-size: 14px;
padding: 6px;
text-align: center;
outline: none;
line-height: 32px;
height: 32px;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-sizing: content-box;
-webkit-appearance: none;
text-transform: uppercase;
will-change: box-shadow;
transition: all .3s cubic-bezier(.25, .8, .25, 1);
border: none;
white-space: nowrap;
letter-spacing: 1px;
font-weight: 500;
color: #171c24;
background: #2196f3;
border-color: #48a8f5;
}
.userBanner.kurator
{
color: white;
background-color: #6F0A92;
}
.userBanner.zga
{
color: white;
background-color: #6DB36D;
}
.linear-gradient-prefixes(@deg, @start, @end) {
background-image: -webkit-linear-gradient(@deg, @start, @end);
background-image: -moz-linear-gradient(@deg, @start, @end);
background-image: linear-gradient(90deg, @start 0%, @end 100%);
}
.linear-gradient(@_, @start, @end) {
.linear-gradient-prefixes(left, @start, @end);
}
.gradientBanner {
display: inline-block;
text-align: center;
font-size: 80%;
color: #fff...