source: src/main/resources/static/Sign-up.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.1 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 60px;
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@media (max-width: 1199px) {
34 .u-section-1 .u-sheet-1 {
35 min-height: 495px;
36 }
37}
38
39@media (max-width: 991px) {
40 .u-section-1 .u-sheet-1 {
41 min-height: 379px;
42 }
43}
44
45@media (max-width: 767px) {
46 .u-section-1 .u-sheet-1 {
47 min-height: 284px;
48 }
49}
50
51@media (max-width: 575px) {
52 .u-section-1 .u-sheet-1 {
53 min-height: 179px;
54 }
55
56 .u-section-1 .u-form-1 {
57 width: 340px;
58 margin-left: 0;
59 margin-right: 0;
60 margin-bottom: 0;
61 }
62}
Note: See TracBrowser for help on using the repository browser.