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