fix hound
This commit is contained in:
parent
6257d6032e
commit
f6dfad3b79
@ -46,7 +46,7 @@ Description
|
||||
@import '../../cdb-variables/colors';
|
||||
|
||||
.CDB-Shape {
|
||||
width: 16px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
text-align: center;
|
||||
&:hover {
|
||||
|
@ -74,7 +74,7 @@ Description
|
||||
&.is-white {
|
||||
border: 1px solid $cWhite;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.CDB-Shape-tick {
|
||||
display: block;
|
||||
|
@ -74,5 +74,4 @@ Description
|
||||
&.is-white {
|
||||
border: 1px solid $cWhite;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -77,19 +77,19 @@ Description
|
||||
}
|
||||
|
||||
.CDB-Shape-magnify.is-blue {
|
||||
&:before {
|
||||
&::before {
|
||||
border: 1px solid $cBlue;
|
||||
}
|
||||
&:after {
|
||||
&::after {
|
||||
background: $cBlue;
|
||||
}
|
||||
}
|
||||
|
||||
.CDB-Shape-magnify.is-white {
|
||||
&:before {
|
||||
&::before {
|
||||
border: 1px solid $cWhite;
|
||||
}
|
||||
&:after {
|
||||
&::after {
|
||||
background: $cWhite;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user