mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] CSS cleanup and rebuild.
This commit is contained in:
parent
6fcc90e076
commit
777d3e045d
2 changed files with 24 additions and 46 deletions
|
@ -410,34 +410,28 @@ a.list-group-item-heading,
|
|||
}
|
||||
}
|
||||
|
||||
.btn-breadcrumb a:not(:last-child):after {
|
||||
content: " ";
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-top: 17px solid transparent;
|
||||
border-bottom: 17px solid transparent;
|
||||
border-left: 10px solid white;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -17px;
|
||||
left: 100%;
|
||||
z-index: 3;
|
||||
}
|
||||
.btn-breadcrumb a:not(:last-child):before {
|
||||
content: " ";
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-top: 17px solid transparent;
|
||||
border-bottom: 17px solid transparent;
|
||||
border-left: 10px solid rgb(173, 173, 173);
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -17px;
|
||||
margin-left: 1px;
|
||||
left: 100%;
|
||||
z-index: 3;
|
||||
.btn-breadcrumb a:not(:last-child) {
|
||||
&:after,
|
||||
&:before {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 100%;
|
||||
z-index: 3;
|
||||
content: " ";
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-top: 17px solid transparent;
|
||||
border-bottom: 17px solid transparent;
|
||||
margin-top: -17px;
|
||||
}
|
||||
&:after {
|
||||
border-left: 10px solid white;
|
||||
}
|
||||
&:before {
|
||||
border-left: 10px solid rgb(173, 173, 173);
|
||||
margin-left: 1px;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-breadcrumb a {
|
||||
|
@ -451,22 +445,6 @@ a.list-group-item-heading,
|
|||
}
|
||||
|
||||
|
||||
/** Default button **/
|
||||
.btn-group.btn-breadcrumb a:not(:last-child):after {
|
||||
border-left: 10px solid #fff;
|
||||
}
|
||||
.btn-group.btn-breadcrumb a:not(:last-child):before {
|
||||
border-left: 10px solid #ccc;
|
||||
}
|
||||
.btn-group.btn-breadcrumb a:hover:not(:last-child):after {
|
||||
border-left: 10px solid #ebebeb;
|
||||
}
|
||||
.btn-group.btn-breadcrumb a:hover:not(:last-child):before {
|
||||
border-left: 10px solid #adadad;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.separator {
|
||||
.clearfix();
|
||||
margin-bottom: 25px;
|
||||
|
|
4
src/dist/css/style.min.css
vendored
4
src/dist/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue