Skip to content
Snippets Groups Projects
Commit 7e541e59 authored by Alberto Siles's avatar Alberto Siles Committed by Alberto Siles
Browse files

Improve tabs styles

parent ebfcacf1
No related branches found
No related tags found
No related merge requests found
......@@ -6,3 +6,21 @@
nav.tabs {
margin-bottom: 20px;
}
nav.tabs ul {
background: #e9ecef;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
nav.tabs ul .nav-item {
flex-grow: 1;
}
nav.tabs ul .nav-item a {
color: #e9ecef;
text-align: center;
}
nav.tabs ul .nav-item.active a {
background: #303030;
}
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