mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-22 17:47:11 +03:00
fixed ripple container size
This commit is contained in:
parent
ee62892b21
commit
4399547a75
|
@ -4,6 +4,11 @@
|
|||
border-radius: 0;
|
||||
@include box-shadow($bmd-shadow-2dp);
|
||||
|
||||
// give correct size to ripple container
|
||||
.navbar-brand {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
// #853 start - https://github.com/twbs/bootstrap/pull/18976/files
|
||||
@if $enable-flex {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue
Block a user