Skip to content

Commit

Permalink
update for new admin menus
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Jun 18, 2020
1 parent a9c1744 commit 10b0b27
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion common/common.scss
Expand Up @@ -66,7 +66,9 @@ input[type="color"] {
.btn-default,
#show-tag-info,
.user-badges .btn,
.signup-cta.alert.alert-info .btn:not(.btn-primary) {
.signup-cta.alert.alert-info .btn:not(.btn-primary),
.widget-button.btn.popup-menu-button.toggle-admin-menu.keyboard-target-admin-menu.no-text.btn-icon,
.widget-button.btn.popup-menu-button.toggle-admin-menu.no-text.btn-icon {
@include btn(
$text-color: $secondary,
$bg-color: $night,
Expand Down Expand Up @@ -120,6 +122,60 @@ input[type="color"] {
}
}

.popup-menu {
box-shadow: 0 4px 0 1px $mud !important;
border: 1px solid $mud !important;

ul li {
border: none;
}
.widget-button {
background: $sand;
box-shadow: none;
border-radius: 0;
.d-button-label {
color: $primary;
}
&:hover {
background: darken($night, 5%);
.d-button-label {
color: $secondary;
}
.d-icon {
color: $secondary;
}
}
}
.btn.popup-menu-btn-danger:hover {
background: $danger;
.d-button-label {
color: $secondary;
}
.d-icon {
color: $secondary;
}
}
li:first-of-type {
.widget-button {
border-radius: 10px 10px 0 0;
}
}
li:last-of-type {
.widget-button {
border-radius: 0 0 10px 10px;
}
}
}

.options .select-kit-body {
box-shadow: 0 4px 0 1px $mud !important;
border: 1px solid $mud !important;
}

.select-kit.dropdown-select-box.toolbar-popup-menu-options .select-kit-row {
border-radius: 0;
}

.timeline-container.timeline-fullscreen
.topic-timeline
.timeline-footer-controls
Expand Down

0 comments on commit 10b0b27

Please sign in to comment.