summaryrefslogtreecommitdiff
path: root/templates/project/assets/stylesheets/application.scss
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project/assets/stylesheets/application.scss')
-rw-r--r--templates/project/assets/stylesheets/application.scss40
1 files changed, 33 insertions, 7 deletions
diff --git a/templates/project/assets/stylesheets/application.scss b/templates/project/assets/stylesheets/application.scss
index 7c5f300..ea2cd86 100644
--- a/templates/project/assets/stylesheets/application.scss
+++ b/templates/project/assets/stylesheets/application.scss
@@ -95,11 +95,11 @@ h1 {
margin-bottom: 12px;
text-align: center;
font-size: 30px;
- font-weight: 300;
+ font-weight: 400;
}
h2 {
text-transform: uppercase;
- font-size: 80px;
+ font-size: 76px;
font-weight: 700;
color: $text-color;
}
@@ -116,6 +116,16 @@ h3 {
margin: 0px auto;
}
+.icon-background {
+ width: 100%!important;
+ height: 100%;
+ position: absolute;
+ left: 0;
+ top: 0;
+ opacity: 0.1;
+ font-size: 275px;
+}
+
.list-nostyle {
list-style: none;
}
@@ -146,7 +156,7 @@ h3 {
display: inline-block;
}
- .title, .text-moreinfo {
+ .title, .more-info {
color: $text-warning-color;
}
}
@@ -160,14 +170,25 @@ h3 {
display: inline-block;
}
- .title, .text-moreinfo {
+ .title, .more-info {
color: $text-danger-color;
}
}
-.text-moreinfo {
- margin-top: 12px;
+.more-info {
font-size: 15px;
+ position: absolute;
+ bottom: 32px;
+ left: 0;
+ right: 0;
+}
+
+.updated-at {
+ font-size: 15px;
+ position: absolute;
+ bottom: 12px;
+ left: 0;
+ right: 0;
}
#save-gridster {
@@ -220,10 +241,15 @@ h3 {
display: none;
}
+#container {
+ padding-top: 5px;
+}
+
// ----------------------------------------------------------------------------
// Clearfix
// ----------------------------------------------------------------------------
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
-.clearfix { zoom: 1; } \ No newline at end of file
+.clearfix { zoom: 1; }
+