Sha256: 43e35a7615edca1d9c7038501f135283df7d538fc4e7aadca8abe94d46b3c871
Contents?: true
Size: 1.49 KB
Versions: 3
Compression:
Stored size: 1.49 KB
Contents
/*! * Copyright 2015 BookingSync SAS. * Licensed under MIT (https://github.com/BookingSync/bootstrap-bookingsync-sass/blob/master/LICENSE) */ // // Typography // -------------------------------------------------- h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { & > i { padding-right: 7px; color: $gray-light; } font-weight: 400; } .text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } // // Label // -------------------------------------------------- .label-transparent { border: 1px solid $label-color; } // // Dropdowns // -------------------------------------------------- .menu-dropdown { position: absolute; top: -100vh; transition: top 0.3s ease-out; } .menu-dropdown.open { top: 0; } .menu-dropright { position: absolute; left: 100%; transition: left 0.3s ease-out; } .menu-dropright.open { left: 0; } @media (max-width: $screen-xs-max) { .navbar-form { border-top: none; border-bottom: none; margin-top: 0; margin-bottom: 0; } } @media (min-width: $screen-sm-min) { .navbar-form { margin-top: 20px; margin-bottom: 20px; } } // Navbar toggle // // Custom button for toggling the `.navbar-collapse`, powered by the collapse // JavaScript plugin. .navbar-toggle-context { border: 0; border-radius: 15px; .icon-bar { width: 3px; height: 3px; border-radius: 2px; } .icon-bar + .icon-bar { margin-top: 3px; } } // Tables // caption { color: $table-caption-color; }
Version data entries
3 entries across 3 versions & 1 rubygems