mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-19 21:20:40 +03:00
removed duplicated property
This commit is contained in:
parent
948b43bda6
commit
e56b76bae7
|
@ -14,9 +14,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin menu-top-left {
|
@mixin menu-top-left {
|
||||||
top: 100%;
|
|
||||||
left: 0;
|
|
||||||
top: auto;
|
top: auto;
|
||||||
|
left: 0;
|
||||||
bottom: 100%;
|
bottom: 100%;
|
||||||
transform-origin: 0 100%;
|
transform-origin: 0 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user