app/assets/stylesheets/casino.scss in casino-1.3.0 vs app/assets/stylesheets/casino.scss in casino-1.3.1
- old
+ new
@@ -1,7 +1,8 @@
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,600);
@import "casino/normalize";
+@import "casino/icons";
/// DEFAULT SETTINGS ///
$buttonColor: #0074ad !default;
$buttonSecondaryColor: #c2c2c2 !default;
@@ -229,9 +230,23 @@
padding: 15px;
width: 55%;
}
}
+/// LOGIN NOTICE ///
+.notice {
+ height: auto;
+ background: #f6f6f5;
+ border: none;
+ margin-bottom: -10%;
+ margin-top: 10%;
+ padding: 5px;
+ font-size: 90%;
+
+ .icon-info {
+ font-size: 100%;
+ }
+}
/// SESSIONS ///
.sessions, .logout {
width: 800px;