Newer
Older
background-color: $back-color-2;
color: $text-color;
font-family: 'Source Sans Pro', sans-serif;
color: #fff;
text-transform: uppercase;
border: 0;
padding: 5px;
cursor: pointer;
border-radius: 5px;
transition: background-color $link-hover-animation-time linear;
&:hover, &:active, &:focus {
h1 {
color: $title-color;
text-transform: uppercase;
}
}
.left{
text-align: left;
}
.right{
text-align: left;
}
.block{
text-align: justify;
text-justify: auto;