vendor/assets/stylesheets/_aside.scss in active_frontend-6.2.0 vs vendor/assets/stylesheets/_aside.scss in active_frontend-6.3.0
- old
+ new
@@ -54,11 +54,11 @@
text-align: center;
top: 0;
width: 100%;
z-index: 1051;
}
-.aside-header h3 {
+.aside-header > h3 {
color: rgba(255,255,255,1);
font-size: 14px;
letter-spacing: 1px;
line-height: 14px;
margin: 0;
@@ -72,11 +72,11 @@
position: absolute;
width: calc(100% - 36px);
top: 0;
z-index: 1051;
}
-.aside-body p:last-child { margin-bottom: 0; }
+.aside-body > p:last-child { margin-bottom: 0; }
.aside-footer {
background: rgba(255,255,255,1);
border-top: 1px solid rgba(230,237,242,1);
bottom: 0;
margin-bottom: 0;
@@ -87,10 +87,10 @@
}
.aside-footer-btn,
button.aside-footer-btn,
input.aside-footer-btn {
-webkit-appearance: none;
- -moz-appearance: none;
+ appearance: none;
background: rgba(255,255,255,1);
border-radius: 0;
border: 0;
box-sizing: border-box;
color: rgba(35,41,55,1) !important;
\ No newline at end of file