Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
61 righe
1000 B
61 righe
1000 B
5 anni fa
|
@import "compass";
|
||
|
|
||
|
$darkred: #e2001a;
|
||
|
|
||
|
.aui {
|
||
|
.inline_toolbar li {
|
||
|
border: none;
|
||
|
outline: 0;
|
||
|
display: inline;
|
||
|
margin-left: .5rem;
|
||
|
&:first-child{
|
||
|
border:none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.taglib-form-navigator {
|
||
|
> .form-steps > ul.form-navigator{
|
||
|
.tab{
|
||
|
border: 0;
|
||
|
width: auto;
|
||
|
padding: .5rem 0 .5rem 1rem;
|
||
|
background: none;
|
||
|
.tab-label{
|
||
|
.badge{
|
||
|
position: absolute;
|
||
|
background-color: $darkred;
|
||
|
}
|
||
|
.number{
|
||
|
line-height: 1.5;
|
||
|
width: 40px;
|
||
|
padding: 0 .8rem;
|
||
|
font-size: 20px;
|
||
|
/*background-color: $darkred;*/
|
||
|
}
|
||
|
.message{
|
||
|
font-size: 15px;
|
||
|
}
|
||
|
.tab-icon{
|
||
|
margin-left: 1rem;
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
&:hover, &:focus{
|
||
|
.number{
|
||
|
@include box-shadow(0 0 5px 0 #dedede);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
&.active{
|
||
|
background: none;
|
||
|
.tab-label{
|
||
|
.number{
|
||
|
}
|
||
|
.tab-icon{
|
||
|
color: $darkred;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|