You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- // navbar carac
- nav.navbar.carac {
- background-color: white;
- padding-top: 0px;
- padding-bottom: 0px;
- border-width: 1px;
- z-index: 1;
-
- &.display-section-switch {
- border-width: 2px;
- }
-
- ul.left {
- position: relative;
- top: 16px;
-
- li {
- form.switch-section {
- button {
- border-radius: 7px 7px 0px 0px;
-
- &:hover {
- color: gray;
- }
- }
- }
- }
- }
- }
|