UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f3c2aa11 authored by Luke Glasscock's avatar Luke Glasscock
Browse files

Fix tabs

parent 23d6d7b8
No related branches found
No related tags found
No related merge requests found
......@@ -315,15 +315,12 @@ export default {
background-color: #031726 !important;
}
.tab-section {
border-bottom: solid 5px #bdc931;
border-top: solid 1px #aaa;
border-left: solid 1px #aaa;
border-right: solid 1px #aaa;
border-bottom: solid 1px #aaa;
background-color: #1d334a;
}
.active-tab-item {
-moz-box-shadow: 0 0 10px #fff;
-webkit-box-shadow: 0 0 10px #fff;
box-shadow: 0px 0px 10px #fff;
background-color: #031726 !important;
color: #bdc931;
}
.row-item-success {
padding-left: 10px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment