1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .home
- .hero
- img
- max-height 220px !important
- h1
- font-size 2.6rem !important
- .action-button
- padding 0.4rem 1.4rem !important
- .footer
- padding 1rem !important
- .sidebar
- > .sidebar-links
- > li
- > a
- &.sidebar-link
- font-size 1em !important
- line-height: 1.4 !important
- font-weight normal !important
- &.active
- font-weight bold !important
- .sidebar
- > .sidebar-links
- > li:not(:first-child)
- margin-top auto !important
- ::-webkit-scrollbar{width:6px;height:1px}
- ::-webkit-scrollbar-thumb{background:#3eaf7c}
- ::-webkit-scrollbar-track{background:transparent}
-
|