lib/generators/tmatt_cms/templates/css/style.css.scss in tmatt_cms-0.1.4 vs lib/generators/tmatt_cms/templates/css/style.css.scss in tmatt_cms-0.1.5
- old
+ new
@@ -80,11 +80,13 @@
abbr[title] { border: 0; }
.block { display:block; }
.inline-block { display:inline-block; }
.relative { position:relative; }
+.absolute { position:absolute; }
+.overflow-h { overflow: hidden }
.m-c { margin:0 !important; }
.m-a { margin:0 auto !important; }
.m-1-a { margin:$gutter auto !important; }
@@ -247,13 +249,14 @@
.font-small { font-size:1.3rem !important; }
.font-medium { font-size:1.6rem !important; }
.font-large { font-size:1.8rem !important; }
.font-xlarge { font-size:2.2rem !important; }
.font-2xlarge { font-size:2.8rem !important; }
-.font-3xlarge { font-size:3.6rem !important; }
-.font-4xlarge { font-size:5.0rem !important; }
-.font-5xlarge { font-size:6.0rem !important; }
+.font-3xlarge { font-size:3rem !important; }
+.font-4xlarge { font-size:3.8rem !important; }
+.font-5xlarge { font-size:5.0rem !important; }
+.font-6xlarge { font-size:6.0rem !important; }
.font-light { font-weight: 100; }
.font-300 { font-weight: 300; }
.font-bold { font-weight: 700; }
.font-italic { font-style: italic; }
@@ -312,9 +315,15 @@
.cover-white:after {
@extend .image-bg;
content: '';
background-color: rgba(255, 255, 255, 0.4);
+}
+
+.cover-origin:after {
+ @extend .image-bg;
+ content: '';
+ background-color: rgba(255, 255, 255, 0);
}
.image-bg {
position: absolute;
top: 0;
\ No newline at end of file