Commit b55f2ba5 authored by Jehan Tremback's avatar Jehan Tremback Committed by Randall Leeds

moved some tab styles to common

parent 5e57b130
......@@ -41,6 +41,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
}
//SIDEBAR LAYOUT////////////////////////////////
#gutter {
background: url('../images/noise_1.png');
......@@ -57,11 +58,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
-webkit-overflow-scrolling: touch;
}
#auth-tab > footer > ul,
#register-tab > footer > ul {
text-align: right;
}
//HEATMAP TABS////////////////////////////////
......
......@@ -337,7 +337,6 @@ blockquote {
background: hsla(0, 0%, 100%, 1);
z-index: 90;
}
}
.tab-pane {
background: $bodyBackground;
......@@ -350,10 +349,15 @@ blockquote {
&.active {
display: inherit !important;
}
footer > ul {
text-align: right;
}
}
//PAPER////////////////////////////////
//Provides the white background upon which items sit
.paper {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment