added height props
This commit is contained in:
parent
8738f4d304
commit
9cd69375d8
4 changed files with 48 additions and 33 deletions
|
@ -103,23 +103,24 @@
|
|||
}
|
||||
|
||||
&-dots {
|
||||
z-index: 10;
|
||||
|
||||
@padding: 7px;
|
||||
|
||||
display: none;
|
||||
|
||||
position: relative;
|
||||
&-inside {
|
||||
display: block;
|
||||
position: absolute;
|
||||
bottom: 10px - @padding;
|
||||
}
|
||||
|
||||
&-outside {
|
||||
display: block;
|
||||
margin-top: 10px - @padding;
|
||||
}
|
||||
|
||||
display: block;
|
||||
&-none {
|
||||
display: none;
|
||||
}
|
||||
|
||||
list-style: none;
|
||||
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue