style: formatting and nesting

This commit is contained in:
Igor Scheller 2018-12-27 12:30:58 +01:00
parent 1a5c10dd41
commit c09c94f3ea
1 changed files with 49 additions and 41 deletions

View File

@ -66,6 +66,7 @@ table a > .icon-icon_angel {
font-size: 80px;
font-weight: 200;
}
@media (max-width: @screen-md) {
font-size: inherit;
.number {
@ -190,31 +191,35 @@ table a > .icon-icon_angel {
width: 50px;
flex-shrink: 0;
}
.shift-card {
z-index: 0;
overflow: hidden;
position: relative;
border-bottom-width: 1px;
border-bottom-style: dashed;
}
.shift-card:hover {
&:hover {
overflow: visible;
z-index: 100;
border: none;
}
.shift-card:hover .shift {
.shift {
z-index: 100;
}
}
}
.shift {
margin: 0 5px 5px 0;
position: absolute;
width: 100%;
}
.shift:hover {
&:hover {
margin: 0 5px 5px 0;
position: absolute;
width: 100%;
/*border: 1px solid;*/
}
}
}
@ -230,6 +235,7 @@ table a > .icon-icon_angel {
&:focus {
outline: none;
}
a:focus {
outline: none;
}
@ -318,7 +324,9 @@ table a > .icon-icon_angel {
float: none;
width: 100%;
position: relative; left: 0; right: 0;
position: relative;
left: 0;
right: 0;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;