Skip to content

Instantly share code, notes, and snippets.

@SandyLudosky
Created September 23, 2022 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SandyLudosky/67e22c36948e76a6edaf6cdfcf338018 to your computer and use it in GitHub Desktop.
Save SandyLudosky/67e22c36948e76a6edaf6cdfcf338018 to your computer and use it in GitHub Desktop.
// variables
@color-gray: darkgrey;
@color-pink : pink;
@color-river:#3498db;
@color-belize: #2980b9;
@midnight-blue: #2c3e50;
@turquoise: #1abc9c;
@river: #3498db;
@amethyste: #9b59b6;
@orange: #f39c12;
@silver: #bdc3c7;
@cloud: #ecf0f1;
@primary-color: @midnight-blue;
@text-light: @cloud;
@text-dark: @midnight-blue;
// layout
@ten: 10px;
@twenty: 20px;
@padding: @twenty;
.button-shared {
color: #ccc;
border-radius: 4px;
padding: 10px 20px;
}
.badge {
display: inline-block;
padding: 0.35em 0.65em;
font-size: .75em;
font-weight: 700;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
}
.alert {
position: relative;
padding: 1rem 1rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment