@intellias/menu 1.1.24 → 1.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/main.css +4 -0
- package/package.json +1 -1
package/dist/css/main.css
CHANGED
|
@@ -515,6 +515,9 @@
|
|
|
515
515
|
.notifications-sidebar .v-dropdown-menu__container .v-dropdown-menu__body .main-dropdown .notification-content .notifications-list .tab-content .note .reject-color {
|
|
516
516
|
color: #da1e28;
|
|
517
517
|
}
|
|
518
|
+
.notifications-sidebar .v-dropdown-menu__container .v-dropdown-menu__body .main-dropdown .notification-content .notifications-list .tab-content .note .reject-color .span-text {
|
|
519
|
+
color: #da1e28;
|
|
520
|
+
}
|
|
518
521
|
.notifications-sidebar .v-dropdown-menu__container .v-dropdown-menu__body .main-dropdown .notification-content .notifications-list .tab-content .note .note-title-col {
|
|
519
522
|
max-width: 80%;
|
|
520
523
|
padding-left: 4px;
|
|
@@ -1111,6 +1114,7 @@
|
|
|
1111
1114
|
.navbar-fixed nav .brand-logo img {
|
|
1112
1115
|
height: 56px;
|
|
1113
1116
|
width: 140px;
|
|
1117
|
+
margin-top: 0px;
|
|
1114
1118
|
}
|
|
1115
1119
|
}
|
|
1116
1120
|
@media only screen and (max-width : 430px) {
|