You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
592 B
37 lines
592 B
*:focus {
|
|
outline: 0 !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
button:focus {
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
button:active {
|
|
border: none;
|
|
outline: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
*{
|
|
list-style-type:none;
|
|
|
|
font-family: $font-default;
|
|
font-size: 14px;
|
|
&:focus,&:active{
|
|
outline: none !important;
|
|
}
|
|
}
|
|
|
|
*:hover{
|
|
-webkit-transition: 0.5s;
|
|
transition: 0.5s;
|
|
}
|
|
|
|
h3{
|
|
color: $color-brand2;
|
|
font-weight: 700;
|
|
font-size: $font-sub-heading;
|
|
letter-spacing: 0.05em;
|
|
text-align: center;
|
|
}
|