Created
February 25, 2019 19:56
-
-
Save Sampath-Lokuge/5235151d808ce63cf4f8ef190a7af46f to your computer and use it in GitHub Desktop.
global
This file contains hidden or 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
.color-white { | |
color: white !important; | |
} | |
.background-transparent { | |
background: transparent !important; | |
} | |
.width-85-percent { | |
width: 85% !important; | |
} | |
.margin-top-150 { | |
margin-top: 150px; | |
} | |
.margin-top-200 { | |
margin-top: 200px; | |
} | |
.margin-top-300 { | |
margin-top: 300px; | |
} | |
.margin-top-minus-10 { | |
margin-top: -10px !important; | |
} | |
.margin-left-minus-10 { | |
margin-left: -10px; | |
} | |
.margin-top-minus-8 { | |
margin-top: -8px; | |
} | |
.margin-top-50 { | |
margin-top: 50px !important; | |
} | |
.font-size-12 { | |
font-size: 12px !important; | |
} | |
.font-size-26 { | |
font-size: 26px !important; | |
} | |
.margin-top-minus-6 { | |
margin-top: -6px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment