Adjust css class names for new nc/vue package

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
This commit is contained in:
Georg Ehrke 2020-05-04 20:57:32 +02:00
parent 8e73e8aa39
commit d099c090e1
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
5 changed files with 8 additions and 8 deletions

View File

@ -111,7 +111,7 @@
}
}
#app-navigation {
.app-navigation {
button.icon-share {
opacity: 0.3 !important;
}

View File

@ -20,7 +20,7 @@
*
*/
#app-sidebar,
.app-sidebar,
.event-popover .popover-inner {
.app-sidebar-header__figure {

View File

@ -24,8 +24,8 @@
white-space: pre-wrap;
}
#content.app-calendar {
> div#app-content {
.content.app-calendar {
> div.app-content {
overflow-x: hidden;
}
}

View File

@ -21,7 +21,7 @@
*/
@media print {
#app-navigation {
.app-navigation {
display: none;
}
}

View File

@ -24,11 +24,11 @@
color: #a9a9a9 !important;
}
#body-public #content {
#body-public .content {
min-height: 100% !important;
}
#content.app-calendar.app-calendar-public-embedded {
.content.app-calendar.app-calendar-public-embedded {
#embed-header {
position: fixed;
top: 0;
@ -61,7 +61,7 @@
}
}
#app-content {
.app-content {
margin-top: 44px
//position: absolute !important;
//top: 44px;