mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 01:57:06 +03:00
fixed ripple container size
This commit is contained in:
parent
ee62892b21
commit
4399547a75
|
@ -4,6 +4,11 @@
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
@include box-shadow($bmd-shadow-2dp);
|
@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
|
// #853 start - https://github.com/twbs/bootstrap/pull/18976/files
|
||||||
@if $enable-flex {
|
@if $enable-flex {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user