Klassennamen und Variablen

Neuer Standard für Klassennamen _ und __
This commit is contained in:
Stephan Hagedorn 2017-08-18 01:35:50 +02:00
parent e7ca01dd40
commit 933806cb72
10 changed files with 231 additions and 219 deletions

View file

@ -47,9 +47,9 @@
top: $space_5;
left: $space_5;
padding: $half_space;
border: 4px solid $basic_background_color;
border: 4px solid $basic_back_color;
border-radius: 4px;
background-color: $basic_background_color;
background-color: $basic_back_color;
pointer-events: none;
}
.exp_marker_pop {
@ -68,16 +68,17 @@
@extend %expose !optional;
}
.exp_expose_pre {
@extend %expose_after
@extend %expose_after;
}
.exp_expose_post {
@extend %expose_before
@extend %expose_before;
}
.exp_overlay_btn {
position: fixed;
width: $size_1;
height: $size_1;
width: 3em;
height: 2em;
// padding: $basic_space $basic_space * 2;
cursor: pointer;
}
.exp_help_btn {
@ -87,15 +88,15 @@
background-color: rgba($black, .4);
&:hover {
background-color: $white;
> .span_solo {
color: $echo_color;
> .span__solo {
color: $black;
}
}
.span_solo {
@extend %head_1;
.span__solo {
display: table-cell;
color: rgba($echo_color, .6);
font-weight: bold;
color: rgba($white, .8);
font-family: $monospace_font_family;
font-size: 1.4em;
text-align: center;
vertical-align: middle;
}