move the styles to app.css.
This commit is contained in:
parent
a187e1a7a2
commit
38d28d6944
|
@ -121,16 +121,6 @@
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* cookie consent */
|
|
||||||
.gdpr-consent-bar .btn-show{
|
|
||||||
bottom: 0;
|
|
||||||
right: 5px;
|
|
||||||
}
|
|
||||||
.gdpr-consent-bar .btn-hide{
|
|
||||||
top: 0;
|
|
||||||
right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 767.98px) {
|
@media (max-width: 767.98px) {
|
||||||
.main .top-row {
|
.main .top-row {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
@ -100,16 +100,6 @@ div.app-moduleactions a.dropdown-toggle, div.app-moduleactions div.dropdown-menu
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* cookie consent */
|
|
||||||
.gdpr-consent-bar .btn-show{
|
|
||||||
bottom: 0;
|
|
||||||
right: 5px;
|
|
||||||
}
|
|
||||||
.gdpr-consent-bar .btn-hide{
|
|
||||||
top: 0;
|
|
||||||
right: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 767.98px) {
|
@media (max-width: 767.98px) {
|
||||||
|
|
||||||
.app-menu {
|
.app-menu {
|
||||||
|
|
|
@ -271,4 +271,14 @@ app {
|
||||||
|
|
||||||
.app-logo .navbar-brand {
|
.app-logo .navbar-brand {
|
||||||
padding: 5px 20px 5px 20px;
|
padding: 5px 20px 5px 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* cookie consent */
|
||||||
|
.gdpr-consent-bar .btn-show{
|
||||||
|
bottom: -3px;
|
||||||
|
left: 5px;
|
||||||
|
}
|
||||||
|
.gdpr-consent-bar .btn-hide{
|
||||||
|
top: 0;
|
||||||
|
right: 5px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user