source: src/main/resources/static/Login.css@ c3268ca

main
Last change on this file since c3268ca was c3268ca, checked in by Stefan Risteski <stefanristeski2001@…>, 9 months ago

Project

The whole Project

  • Property mode set to 100644
File size: 1.2 KB
Line 
1 .u-section-1 {
2 background-image: url("images/d89f89373bdbf933a04ac5193e4219529efb8f843270ed79c43877af47f75b78e31e9c6812206cf5dd2500a711961f5d732e09387005f066dcc4e6_1280.png");
3 background-position: 50% 50%;
4}
5
6.u-section-1 .u-sheet-1 {
7 min-height: 600px;
8}
9
10.u-section-1 .u-form-1 {
11 height: 352px;
12 background-image: none;
13 box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
14 width: 533px;
15 margin: 63px auto 0;
16}
17
18.u-section-1 .u-text-1 {
19 margin-left: 0;
20}
21
22.u-section-1 .u-btn-1 {
23 border-style: solid;
24 letter-spacing: 0px;
25 background-image: none;
26 font-size: 1.25rem;
27 font-weight: 400;
28 text-transform: none;
29 width: 100%;
30 padding: 10px 0;
31}
32
33.u-section-1 .u-text-2 {
34 margin: -35px auto 60px;
35}
36
37.u-section-1 .u-btn-2 {
38 background-image: none;
39 padding: 0;
40}
41
42@media (max-width: 1199px) {
43 .u-section-1 .u-sheet-1 {
44 min-height: 495px;
45 }
46}
47
48@media (max-width: 991px) {
49 .u-section-1 .u-sheet-1 {
50 min-height: 379px;
51 }
52}
53
54@media (max-width: 767px) {
55 .u-section-1 .u-sheet-1 {
56 min-height: 284px;
57 }
58}
59
60@media (max-width: 575px) {
61 .u-section-1 .u-sheet-1 {
62 min-height: 179px;
63 }
64
65 .u-section-1 .u-form-1 {
66 width: 340px;
67 margin-left: 0;
68 margin-right: 0;
69 }
70}
Note: See TracBrowser for help on using the repository browser.