Created
October 29, 2019 01:51
-
-
Save euqueme/18a471c905b8d8951f9d282edef4acec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.bg-main { | |
background-color: #001b41; | |
} | |
.border-main { | |
border: solid 1px #001b41; | |
} | |
.main { | |
color: #001b41; | |
} | |
.bg-secondary { | |
background-color: #465a75; | |
} | |
.border-secondary { | |
border: solid 1px #465a75; | |
} | |
.secondary { | |
color: #465a75; | |
} | |
.bg-main-blue { | |
background-color: #003d8f; | |
} | |
.border-main-blue { | |
border: solid 1px #003d8f; | |
} | |
.main-blue { | |
color: #003d8f; | |
} | |
.bg-light-blue { | |
background-color: #0b9dcc; | |
} | |
.border-light-blue { | |
border: solid 1px #0b9dcc; | |
} | |
.light-blue { | |
color: #0b9dcc; | |
} | |
.bg-soft-blue { | |
background-color: #28cce8; | |
} | |
.border-soft-blue { | |
border: solid 1px #28cce8; | |
} | |
.soft-blue { | |
color: #28cce8; | |
} | |
.bg-secondary-blue { | |
background-color: #3364a5; | |
} | |
.border-secondary-blue { | |
border: solid 1px #3364a5; | |
} | |
.secondary-blue { | |
color: #3364a5; | |
} | |
.bg-light { | |
background-color: #fff; | |
} | |
.border-light { | |
border: solid 1px #fff; | |
} | |
.light { | |
color: #fff; | |
} | |
.bg-light-gray { | |
background-color: #f6f7f8; | |
} | |
.border-light-gray { | |
border: solid 1px #f6f7f8; | |
} | |
.light-gray { | |
color: #f6f7f8; | |
} | |
.bg-article-blue { | |
background-color: #0357a0; | |
} | |
.border-article-blue { | |
border: solid 1px #0357a0; | |
} | |
.article-blue { | |
color: #0357a0; | |
} | |
.bg-footer-blue { | |
background-color: #0b2863; | |
} | |
.border-footer-blue { | |
border: solid 1px #0b2863; | |
} | |
.footer-blue { | |
color: #0b2863; | |
} | |
.border-left-main { | |
border-left: solid 1px #001b41; | |
} | |
.border-left-secondary { | |
border-left: solid 1px #465a75; | |
} | |
.border-left-main-blue { | |
border-left: solid 1px #003d8f; | |
} | |
.border-left-light-blue { | |
border-left: solid 1px #0b9dcc; | |
} | |
.border-left-soft-blue { | |
border-left: solid 1px #28cce8; | |
} | |
.border-left-secondary-blue { | |
border-left: solid 1px #3364a5; | |
} | |
.border-left-light { | |
border-left: solid 1px #fff; | |
} | |
.border-left-light-gray { | |
border-left: solid 1px #f6f7f8; | |
} | |
.border-left-article-blue { | |
border-left: solid 1px #0357a0; | |
} | |
.border-left-footer-blue { | |
border-left: solid 1px #0b2863; | |
} | |
.border-right-main { | |
border-right: solid 1px #001b41; | |
} | |
.border-right-secondary { | |
border-right: solid 1px #465a75; | |
} | |
.border-right-main-blue { | |
border-right: solid 1px #003d8f; | |
} | |
.border-right-light-blue { | |
border-right: solid 1px #0b9dcc; | |
} | |
.border-right-soft-blue { | |
border-right: solid 1px #28cce8; | |
} | |
.border-right-secondary-blue { | |
border-right: solid 1px #3364a5; | |
} | |
.border-right-light { | |
border-right: solid 1px #fff; | |
} | |
.border-right-light-gray { | |
border-right: solid 1px #f6f7f8; | |
} | |
.border-right-article-blue { | |
border-right: solid 1px #0357a0; | |
} | |
.border-right-footer-blue { | |
border-right: solid 1px #0b2863; | |
} | |
.border-top-main { | |
border-top: solid 1px #001b41; | |
} | |
.border-top-secondary { | |
border-top: solid 1px #465a75; | |
} | |
.border-top-main-blue { | |
border-top: solid 1px #003d8f; | |
} | |
.border-top-light-blue { | |
border-top: solid 1px #0b9dcc; | |
} | |
.border-top-soft-blue { | |
border-top: solid 1px #28cce8; | |
} | |
.border-top-secondary-blue { | |
border-top: solid 1px #3364a5; | |
} | |
.border-top-light { | |
border-top: solid 1px #fff; | |
} | |
.border-top-light-gray { | |
border-top: solid 1px #f6f7f8; | |
} | |
.border-top-article-blue { | |
border-top: solid 1px #0357a0; | |
} | |
.border-top-footer-blue { | |
border-top: solid 1px #0b2863; | |
} | |
.border-bottom-main { | |
border-bottom: solid 1px #001b41; | |
} | |
.border-bottom-secondary { | |
border-bottom: solid 1px #465a75; | |
} | |
.border-bottom-main-blue { | |
border-bottom: solid 1px #003d8f; | |
} | |
.border-bottom-light-blue { | |
border-bottom: solid 1px #0b9dcc; | |
} | |
.border-bottom-soft-blue { | |
border-bottom: solid 1px #28cce8; | |
} | |
.border-bottom-secondary-blue { | |
border-bottom: solid 1px #3364a5; | |
} | |
.border-bottom-light { | |
border-bottom: solid 1px #fff; | |
} | |
.border-bottom-light-gray { | |
border-bottom: solid 1px #f6f7f8; | |
} | |
.border-bottom-article-blue { | |
border-bottom: solid 1px #0357a0; | |
} | |
.border-bottom-footer-blue { | |
border-bottom: solid 1px #0b2863; | |
} | |
.border-none { | |
border: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment