1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

Added bootstrap layout sb-admin-2 for web-app

This commit is contained in:
Lee Brown
2019-07-31 18:36:50 -08:00
parent e81e4690af
commit 2f51649340
1761 changed files with 147171 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
// Custom Dropdown Styling
.dropdown {
.dropdown-menu {
font-size: $dropdown-font-size;
.dropdown-header {
@extend .text-uppercase;
font-weight: 800;
font-size: 0.65rem;
color: $gray-500;
}
}
}
// Utility class to hide arrow from dropdown
.dropdown.no-arrow {
.dropdown-toggle::after {
display: none;
}
}