]>
git.datanom.net - qtadmin.git/blob - css/auth.css
1 /* ---------- GENERAL ---------- */
3 box-sizing: border-box
;
6 box-sizing: border-box
;
12 font: 400 16px/1.5em sans-serif
;
22 text-decoration: none
;
39 -webkit-appearance: none
;
46 input
[type
="submit"] {
53 .clearfix:before, .clearfix:after {
65 -webkit-transform: translate
(-50%, -50%);
66 -ms-transform: translate
(-50%, -50%);
67 transform: translate
(-50%, -50%);
79 /* ---------- LOGIN-FORM ---------- */
85 background-color: #282830;
86 border-radius: 5px 5px 0 0;
91 text-transform: uppercase
;
94 #login-form fieldset
{
96 border-radius: 0 0 5px 5px;
101 #login-form fieldset:before
{
102 background-color: #fff;
106 margin: -4px 0 0 -4px;
109 -webkit-transform: rotate
(45deg);
110 -ms-transform: rotate
(45deg);
111 transform: rotate
(45deg);
119 #login-form input
[type
="email"],
120 #login-form input
[type
="password"] {
121 border: 1px solid
#dcdcdc;
126 #login-form input
[type
="email"] {
127 border-radius: 3px 3px 0 0;
130 #login-form input
[type
="password"] {
132 border-radius: 0px 0px 3px 3px;
135 #login-form input
[type
="submit"] {
145 #login-form input
[type
="submit"]:hover
{
157 display: inline-block
;
165 /* ---------- GREETING ---------- */
172 border-radius: 0 0 5px 5px;
178 background-color: #282830;
179 border-radius: 5px 5px 0 0;
184 text-transform: uppercase
;
This page took 0.114024 seconds and 6 git commands to generate.