mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 14:17:54 +03:00
16 lines
230 B
SCSS
16 lines
230 B
SCSS
|
|
.bmd-toc-item-reference {
|
|
padding: .25rem .75rem;
|
|
margin-top: 1rem;
|
|
//margin-bottom: 1rem;
|
|
}
|
|
|
|
.bd-search {
|
|
.form-control {
|
|
background-color: transparent;
|
|
&:focus {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
}
|