Commit e3544edc authored by RawKStar77's avatar RawKStar77 Committed by Randall Leeds

Kill line under nav-tabs

Add more margin between account management sections.
parent 9bab2a3a
...@@ -78,7 +78,7 @@ h1 { ...@@ -78,7 +78,7 @@ h1 {
h2 { h2 {
font-size: 1.5em; font-size: 1.5em;
margin-top: 10px; margin-top: 15px;
} }
h3 { h3 {
...@@ -679,12 +679,11 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; } ...@@ -679,12 +679,11 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
right: 0px; right: 0px;
======= =======
.panelsnav { .panelsnav {
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
position: absolute; position: absolute;
>>>>>>> Revise interface to make it a bit cleaner. >>>>>>> Revise interface to make it a bit cleaner.
left: 0px; left: 0px;
right: 0px; right: 0px;
top: 0px; top: 2px;
display: none; display: none;
&.shown { &.shown {
...@@ -720,9 +719,9 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; } ...@@ -720,9 +719,9 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
} }
======= =======
.panel { .panel {
@extend .tab-content;
max-width: none !important;
padding: 35px 25px; padding: 35px 25px;
background-color: #FFF;
display: none;
&.shown { &.shown {
display: block; display: block;
...@@ -749,7 +748,7 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; } ...@@ -749,7 +748,7 @@ pre {outline: 1px solid #ccc; padding: 5px; margin: 5px; }
opacity: 0.9; opacity: 0.9;
position: absolute; position: absolute;
right: 7px; right: 7px;
top: 7px; top: 5px;
} }
.fullwidth { .fullwidth {
......
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