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.
25 lines
338 B
25 lines
338 B
*:focus {
|
|
outline: 0 !important;
|
|
|
|
}
|
|
|
|
*button:focus {
|
|
border: none;
|
|
outline: 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;
|
|
}
|
|
|
|
|