mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 09:05:45 +00:00
BetterNavigator hidden at small screens
This commit is contained in:
parent
5954fcf1c4
commit
f96e011e94
10
dist/css/app.css
vendored
10
dist/css/app.css
vendored
@ -15367,6 +15367,16 @@ textarea,
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#BetterNavigator {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 768px) {
|
||||||
|
#BetterNavigator {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
input.date[readonly],
|
input.date[readonly],
|
||||||
input.time[readonly] {
|
input.time[readonly] {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
2
dist/css/app.css.map
vendored
2
dist/css/app.css.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user