theme edits
This commit is contained in:
@@ -475,12 +475,12 @@ $inline_code_padding: $SMALL_PADDING $MEDIUM_PADDING !default;
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
$dialogs-padding: $ZERO_PADDING !default;
|
||||
$dialogs-border-radius: $DEFAULT_BORDER_RADIUS !default;
|
||||
$dialogs_padding: $ZERO_PADDING !default;
|
||||
$dialogs_border_radius: $DEFAULT_BORDER_RADIUS !default;
|
||||
$dialog_border: 2px solid black !default;
|
||||
#delete-dialog, .lightbox-dialog {
|
||||
padding: $dialogs-padding;
|
||||
border-radius: $dialogs-border-radius;
|
||||
padding: $dialogs_padding;
|
||||
border-radius: $dialogs_border_radius;
|
||||
border: $dialog_border;
|
||||
box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
@@ -1116,7 +1116,7 @@ $accordion_margin: $MEDIUM_PADDING $SMALL_PADDING !default;
|
||||
box-sizing: border-box;
|
||||
border: $accordion_border;
|
||||
margin: $accordion_margin;
|
||||
// overflow: hidden;
|
||||
overflow: hidden; // for border-radius clipping
|
||||
}
|
||||
|
||||
.accordion.hidden {
|
||||
|
||||
@@ -30,6 +30,8 @@ $crit: #d53232;
|
||||
$BUTTON_CRITICAL_FONT_COLOR: $fc,
|
||||
$ACCORDION_COLOR: #7d467d,
|
||||
|
||||
$DEFAULT_BORDER_RADIUS: 8px,
|
||||
|
||||
$bottomnav_color: $dark_accent,
|
||||
|
||||
$topic_info_background: $dark_accent,
|
||||
|
||||
@@ -88,11 +88,3 @@ footer {
|
||||
border: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.darkbg {
|
||||
color: white;
|
||||
|
||||
& a {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user