mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Cleaning up CSS
This commit is contained in:
parent
6f326aa2d3
commit
d911a1c026
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@ a:focus {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
-webkit-border-radius: 50%;
|
-webkit-border-radius: 50%;
|
||||||
-moz-border-radius: 50%;
|
-moz-border-radius: 50%;
|
||||||
font-size: 20px;
|
font-size: 15px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: none;
|
background: none;
|
||||||
-webkit-transition: background .3s ease-in-out;
|
-webkit-transition: background .3s ease-in-out;
|
||||||
|
@ -223,7 +223,7 @@ font-size: 21px;
|
||||||
margin: 25px 0 0 0;
|
margin: 25px 0 0 0;
|
||||||
}
|
}
|
||||||
.btn-circle {
|
.btn-circle {
|
||||||
font-size: 30px;
|
font-size: 29px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
line-height: 60px;
|
line-height: 60px;
|
||||||
|
|
Loading…
Reference in a new issue