diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-22 19:19:26 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-22 19:19:26 +0100 |
| commit | d42c8b528eb595101954f478e0024e3f079f6fbf (patch) | |
| tree | 61a528cf94f1f6941f4683ae8736a4a0135c035e /templates/assets/sass/material-kit/_tabs.scss | |
| download | minionlivesmatter-d42c8b528eb595101954f478e0024e3f079f6fbf.tar.gz minionlivesmatter-d42c8b528eb595101954f478e0024e3f079f6fbf.zip | |
first implementation of fun stats site
Diffstat (limited to 'templates/assets/sass/material-kit/_tabs.scss')
| -rwxr-xr-x | templates/assets/sass/material-kit/_tabs.scss | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/templates/assets/sass/material-kit/_tabs.scss b/templates/assets/sass/material-kit/_tabs.scss new file mode 100755 index 0000000..2d1e460 --- /dev/null +++ b/templates/assets/sass/material-kit/_tabs.scss @@ -0,0 +1,53 @@ +// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten. + +.nav-tabs { + background: $brand-primary; + border: 0; + border-radius: $border-radius-base; + padding: 0 $padding-base; + + > li { + > a { + color: #FFFFFF; + border: 0; + margin: 0; + + border-radius: $border-radius-base; + + line-height: $mdb-btn-font-size-base * 2; + text-transform: uppercase; + font-size: $mdb-btn-font-size-base; + + &:hover { + background-color: transparent; + border: 0; + } + } + & > a, + & > a:hover, + & > a:focus { + background-color: transparent; + border: 0 !important; + color: #FFFFFF !important; + font-weight: $font-weight-bold; + } + &.disabled > a, + &.disabled > a:hover { + color: rgba(255,255,255,0.5); + } + + .material-icons{ + margin: -1px 5px 0 0; + } + } + + >li.active{ + & > a, + & > a:hover, + & > a:focus { + background-color: rgba(255,255,255, .2); + transition: background-color .1s .2s; + } + } + +} |
