Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 1 | @import '../global/_variables'; // global variables. |
| 2 | @import '../global/components/_mixins'; // global mixings. |
||
| 3 | |||
| 4 | /*** |
||
| 5 | Lock Page |
||
| 6 | ***/ |
||
| 7 | body { |
||
| 8 | background-color: lighten(#364150, 8%) !important; |
||
| 9 | padding: 0; |
||
| 10 | margin: 0; |
||
| 11 | } |
||
| 12 | |||
| 13 | .page-lock { |
||
| 14 | margin: 90px auto 30px auto; |
||
| 15 | width: 450px; |
||
| 16 | } |
||
| 17 | |||
| 18 | .page-lock .page-logo { |
||
| 19 | text-align: center; |
||
| 20 | margin-bottom: 15px; |
||
| 21 | } |
||
| 22 | |||
| 23 | .page-lock .page-body { |
||
| 24 | width: 100%; |
||
| 25 | margin-top: 50px; |
||
| 26 | background-color: #3a4554; |
||
| 27 | |||
| 28 | @include border-radius(7px); |
||
| 29 | } |
||
| 30 | |||
| 31 | .lock-head { |
||
| 32 | display: block; |
||
| 33 | background-color: #323d4b; |
||
| 34 | text-align: center; |
||
| 35 | padding-top: 15px; |
||
| 36 | padding-bottom: 15px; |
||
| 37 | font-size: 22px; |
||
| 38 | font-weight: 400; |
||
| 39 | color: #4db3a5; |
||
| 40 | @include border-radius(7px 7px 0 0); |
||
| 41 | } |
||
| 42 | |||
| 43 | .lock-body { |
||
| 44 | display: block; |
||
| 45 | margin: 35px; |
||
| 46 | overflow: hidden; |
||
| 47 | } |
||
| 48 | |||
| 49 | .lock-avatar { |
||
| 50 | margin-top: 15px; |
||
| 51 | height: 110px; |
||
| 52 | -webkit-border-radius: 50% !important; |
||
| 53 | -moz-border-radius: 50% !important; |
||
| 54 | border-radius: 50% !important; |
||
| 55 | } |
||
| 56 | |||
| 57 | .lock-form { |
||
| 58 | padding-left: 40px; |
||
| 59 | } |
||
| 60 | |||
| 61 | .lock-form h4 { |
||
| 62 | margin-top: 0px; |
||
| 63 | color: #dbe2ea; |
||
| 64 | font-size:18px; |
||
| 65 | font-weight: 400; |
||
| 66 | } |
||
| 67 | |||
| 68 | .lock-form .form-group { |
||
| 69 | margin-top: 20px; |
||
| 70 | } |
||
| 71 | |||
| 72 | .lock-form .form-group .form-control { |
||
| 73 | background-color: #303a48; |
||
| 74 | border: none; |
||
| 75 | width: 220px; |
||
| 76 | height: 40px; |
||
| 77 | color: #697687; |
||
| 78 | } |
||
| 79 | |||
| 80 | .lock-form .form-group .form-control::-moz-placeholder { color: #556376; opacity: 1; } |
||
| 81 | .lock-form .form-group .form-control:-ms-input-placeholder { color: #556376; } |
||
| 82 | .lock-form .form-group .form-control::-webkit-input-placeholder { color: #556376; } |
||
| 83 | |||
| 84 | .lock-form .form-group .form-control:focus { |
||
| 85 | background-color: #2b3542; |
||
| 86 | } |
||
| 87 | |||
| 88 | |||
| 89 | .lock-form .form-actions { |
||
| 90 | margin-top: 20px; |
||
| 91 | } |
||
| 92 | |||
| 93 | .lock-form .form-actions .btn { |
||
| 94 | width: 220px; |
||
| 95 | font-weight: 600; |
||
| 96 | padding: 10px; |
||
| 97 | } |
||
| 98 | |||
| 99 | .lock-bottom { |
||
| 100 | display: block; |
||
| 101 | background-color: #323d4b; |
||
| 102 | text-align: center; |
||
| 103 | padding-top: 20px; |
||
| 104 | padding-bottom: 20px; |
||
| 105 | |||
| 106 | |||
| 107 | @include border-radius(0 0 7px 7px); |
||
| 108 | } |
||
| 109 | |||
| 110 | .lock-bottom a { |
||
| 111 | font-size: 14px; |
||
| 112 | font-weight: 400; |
||
| 113 | color: #638cac; |
||
| 114 | } |
||
| 115 | |||
| 116 | .lock-bottom a:hover { |
||
| 117 | color: #7ba2c0; |
||
| 118 | } |
||
| 119 | |||
| 120 | .page-footer-custom { |
||
| 121 | text-align: center; |
||
| 122 | padding-top: 40px; |
||
| 123 | color: #5f6e83; |
||
| 124 | } |
||
| 125 | |||
| 126 | @media (max-width: 768px) { |
||
| 127 | .page-lock { |
||
| 128 | margin: 30px auto; |
||
| 129 | width: 280px; |
||
| 130 | } |
||
| 131 | |||
| 132 | .lock-body { |
||
| 133 | margin: 0px; |
||
| 134 | } |
||
| 135 | |||
| 136 | .page-lock .page-body { |
||
| 137 | margin-top: 30px; |
||
| 138 | } |
||
| 139 | |||
| 140 | .lock-avatar { |
||
| 141 | margin-top: 20px; |
||
| 142 | } |
||
| 143 | |||
| 144 | .lock-avatar-block { |
||
| 145 | display: block; |
||
| 146 | width: 100%; |
||
| 147 | text-align: center; |
||
| 148 | margin-bottom: 10px |
||
| 149 | } |
||
| 150 | |||
| 151 | .lock-form { |
||
| 152 | padding-left: 20px; |
||
| 153 | } |
||
| 154 | |||
| 155 | .lock-form h4 { |
||
| 156 | font-size:16px; |
||
| 157 | text-align: center; |
||
| 158 | } |
||
| 159 | |||
| 160 | .lock-form .form-group .form-control { |
||
| 161 | padding: 20px 20px; |
||
| 162 | width: 240px; |
||
| 163 | } |
||
| 164 | |||
| 165 | .lock-form .form-actions .btn { |
||
| 166 | width: 100%; |
||
| 167 | margin-bottom: 20px; |
||
| 168 | } |
||
| 169 | |||
| 170 | } |
||
| 171 | |||
| 172 | |||
| 173 | |||
| 174 | |||
| 175 | |||
| 176 | |||
| 177 | |||
| 178 | |||
| 179 | |||
| 180 |