mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-16 06:37:02 +03:00
20 lines
265 B
SCSS
20 lines
265 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;
|
|
}
|
|
}
|
|
}
|
|
|
|
.bd-search-results {
|
|
left: 0;
|
|
}
|