mirror of
https://github.com/kaboomserver/website.git
synced 2024-11-29 10:46:00 -05:00
Initial Commit
This commit is contained in:
parent
2dfcad3680
commit
9896ffb1df
1 changed files with 7 additions and 3 deletions
|
@ -138,6 +138,7 @@ margin-top: -35px;
|
||||||
-webkit-transition: background .3s ease-in-out;
|
-webkit-transition: background .3s ease-in-out;
|
||||||
-moz-transition: background .3s ease-in-out;
|
-moz-transition: background .3s ease-in-out;
|
||||||
transition: background .3s ease-in-out;
|
transition: background .3s ease-in-out;
|
||||||
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-circle:hover,
|
.btn-circle:hover,
|
||||||
|
@ -179,10 +180,13 @@ padding-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-body {
|
.about-body {
|
||||||
padding-left: 65px;
|
padding-left: 85px;
|
||||||
padding-right: 65px;
|
padding-right: 85px;
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
}
|
}
|
||||||
|
input[type="text"] {
|
||||||
|
font-size: 21px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-selection {
|
::-moz-selection {
|
||||||
|
@ -214,7 +218,7 @@ input[type="text"] {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
padding: 7px;
|
padding: 7px;
|
||||||
font-family: 'Open Sans', sans-serif;
|
font-family: 'Open Sans', sans-serif;
|
||||||
font-size: 21px;
|
font-size: 18px;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
-webkit-border-top-right-radius: 3px;
|
-webkit-border-top-right-radius: 3px;
|
||||||
-webkit-border-bottom-right-radius: 3px;
|
-webkit-border-bottom-right-radius: 3px;
|
||||||
|
|
Loading…
Reference in a new issue