Merge pull request #5437 from sbwalker/dev
synchronize app.css with .NET MAUI
This commit is contained in:
@ -239,6 +239,7 @@ app {
|
||||
.app-form-inline {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.app-search {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
@ -275,3 +276,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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user