Merge pull request #5128 from zyhfish/task/fix-4936-new

move the styles to app.css.
This commit is contained in:
Shaun Walker 2025-02-28 13:36:58 -05:00 committed by GitHub
commit b3716da5ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 20 deletions

View File

@ -121,16 +121,6 @@
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) {
.main .top-row {
display: none;

View File

@ -100,16 +100,6 @@ div.app-moduleactions a.dropdown-toggle, div.app-moduleactions div.dropdown-menu
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) {
.app-menu {

View File

@ -272,3 +272,13 @@ app {
.app-logo .navbar-brand {
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;
}