Sha256: cc8dbfb4ac6c6d44f3fbc016f1dd3224ae409f755e0d3b4487436079348f960c
Contents?: true
Size: 541 Bytes
Versions: 13
Compression:
Stored size: 541 Bytes
Contents
// Variables // Welcome UI - Tabs #ui-tabs { width: 100%; padding-left: 15px; padding-right: 15px; } #ui-tabs .nav-item { font-family: 'gt-eesti-regular'; font-weight: 400; color: $ui_back; } #ui-tabs .nav-tabs { border-bottom: transparent; } #ui-tabs .nav-tabs .nav-link { border: transparent; } #ui-tabs .nav-tabs .nav-link.active { background-color: transparent; border-top: none; border-left: none; border-right: none; border-bottom: 2px solid $ui_blue; } #ui-tabs .tab-content { margin-top: $md-margintop; }
Version data entries
13 entries across 13 versions & 1 rubygems