Skip to content

Instantly share code, notes, and snippets.

@tallesairan
Created February 25, 2019 16:48
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 tallesairan/7dcb3345fe882a9e017eb806e9de79cc to your computer and use it in GitHub Desktop.
Save tallesairan/7dcb3345fe882a9e017eb806e9de79cc to your computer and use it in GitHub Desktop.
Bootstrap Simple widget
.widget {
padding: 0;
margin: 9px 0 16px 0;
h2{
text-transform: uppercase;
color: up-colors('second');
border-bottom: 1px solid;
}
a, b, p, span, ul, li {
color: up-colors('second');
}
ul {
list-style: none;
padding: 0.3em 1.5rem;
margin: 0;
li {
&:before {
content: '\f02e';
font-family: 'Font Awesome 5 Free';
float: left;
margin-left: -1.5em;
color: up-colors('second');
font-weight: 900;
}
&:hover{
&:before {
color: up-colors('first');
}
a{
color: up-colors('first');
}
}
}
}
a {
&:hover{
color: up-colors('first');
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment