vendor/assets/stylesheets/conte.css.scss in conte_rails_template-0.1.1 vs vendor/assets/stylesheets/conte.css.scss in conte_rails_template-0.1.2
- old
+ new
@@ -92,13 +92,13 @@
border-top: 6px solid #ccc;
}
}
&.active {
- background: #824365;
+ background: #66334d;
&:hover {
- background: #824365;
+ background: #66334d;
}
}
&:hover {
background: #484B51;
@@ -122,13 +122,13 @@
padding: 0px;
line-height: 50px;
padding-left: 30px;
&.active {
- background: #61324b;
+ background: #4c283d;
&:hover {
- background: #61324b;
+ background: #4c283d;
}
}
&:hover {
background: #484B51;
@@ -144,11 +144,11 @@
}
#main {
width: 84%;
margin: 0px;
- background: #E3E4E5;
+ background: #e3e4e5;
min-height: 100%;
#header {
position: relative;
z-index: 1000;
@@ -185,11 +185,11 @@
padding: 15px 5px;
}
}
#page-toolbar {
- background: #CE97AE;
+ background: #ce97ae;
position: relative;
z-index: 1;
padding: 10px;
height: 30px;
@@ -249,6 +249,28 @@
@include box-shadow(rgba(0, 0, 0, 0.15) 0px 0px 5px inset);
}
.bold {
font-weight: bold;
+}
+
+.grid {
+ header {
+ margin: 0px;
+ border: 1px solid #ccc;
+ border-bottom: 0;
+ background: #ddd;
+
+ h4 {
+ font-size: 18px;
+ font-weight: bold;
+ background: #ddd;
+ }
+ }
+
+ .table {
+ background: #f2f2f2;
+ th {
+ @include gradient-vertical(#f2f2f2, #ccc);
+ }
+ }
}
\ No newline at end of file