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); } ...@@ -41,6 +41,7 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
} }
//SIDEBAR LAYOUT//////////////////////////////// //SIDEBAR LAYOUT////////////////////////////////
#gutter { #gutter {
background: url('../images/noise_1.png'); background: url('../images/noise_1.png');
...@@ -57,11 +58,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } ...@@ -57,11 +58,6 @@ svg { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
#auth-tab > footer > ul,
#register-tab > footer > ul {
text-align: right;
}
//HEATMAP TABS//////////////////////////////// //HEATMAP TABS////////////////////////////////
......
...@@ -337,7 +337,6 @@ blockquote { ...@@ -337,7 +337,6 @@ blockquote {
background: hsla(0, 0%, 100%, 1); background: hsla(0, 0%, 100%, 1);
z-index: 90; z-index: 90;
} }
}
.tab-pane { .tab-pane {
background: $bodyBackground; background: $bodyBackground;
...@@ -350,10 +349,15 @@ blockquote { ...@@ -350,10 +349,15 @@ blockquote {
&.active { &.active {
display: inherit !important; display: inherit !important;
} }
footer > ul {
text-align: right;
}
} }
//PAPER//////////////////////////////// //PAPER////////////////////////////////
//Provides the white background upon which items sit //Provides the white background upon which items sit
.paper { .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