source: cimeri-main/src/main/resources/static/registerowner/registerowner.css

Last change on this file was bc30bce, checked in by blagojanikoloski <blagojanikoloski1@…>, 16 months ago

cimeri app

  • Property mode set to 100644
File size: 3.2 KB
Line 
1.registerowner-container {
2 width: 100%;
3 display: flex;
4 overflow: auto;
5 min-height: 100vh;
6 align-items: center;
7 flex-direction: column;
8 justify-content: flex-start;
9 background-color: #adadad;
10}
11.registerowner-text {
12 font-size: 64px;
13 align-self: center;
14 margin-top: var(--dl-space-space-fourunits);
15 text-align: center;
16}
17.registerowner-container01 {
18 flex: 0 0 auto;
19 width: auto;
20 height: auto;
21 display: flex;
22 align-items: flex-start;
23 padding-top: var(--dl-space-space-threeunits);
24 justify-content: center;
25}
26.registerowner-container02 {
27 flex: 0 0 auto;
28 width: auto;
29 height: auto;
30 display: flex;
31 align-items: center;
32 flex-direction: column;
33}
34.registerowner-textinput {
35 color: var(--dl-color-gray-black);
36 border-width: 3px;
37 background-color: var(--dl-color-gray-900);
38}
39.registerowner-container03 {
40 flex: 0 0 auto;
41 width: auto;
42 height: auto;
43 display: flex;
44 align-items: center;
45 flex-direction: column;
46}
47.registerowner-textinput1 {
48 color: var(--dl-color-gray-black);
49 border-width: 3px;
50 background-color: var(--dl-color-gray-900);
51}
52.registerowner-container04 {
53 flex: 0 0 auto;
54 width: auto;
55 height: auto;
56 display: flex;
57 align-items: flex-start;
58 padding-top: var(--dl-space-space-threeunits);
59 justify-content: center;
60}
61.registerowner-container05 {
62 flex: 0 0 auto;
63 width: auto;
64 height: auto;
65 display: flex;
66 align-items: center;
67 flex-direction: column;
68}
69.registerowner-textinput2 {
70 color: var(--dl-color-gray-black);
71 border-width: 3px;
72 background-color: var(--dl-color-gray-900);
73}
74.registerowner-container06 {
75 flex: 0 0 auto;
76 width: auto;
77 height: auto;
78 display: flex;
79 align-items: center;
80 flex-direction: column;
81}
82.registerowner-textinput3 {
83 color: var(--dl-color-gray-black);
84 border-width: 3px;
85 background-color: var(--dl-color-gray-900);
86}
87.registerowner-container07 {
88 flex: 0 0 auto;
89 width: auto;
90 height: auto;
91 display: flex;
92 align-items: flex-start;
93 padding-top: var(--dl-space-space-threeunits);
94 justify-content: center;
95}
96.registerowner-container08 {
97 flex: 0 0 auto;
98 width: auto;
99 height: auto;
100 display: flex;
101 align-items: center;
102 flex-direction: column;
103}
104.registerowner-textinput4 {
105 color: var(--dl-color-gray-black);
106 border-width: 3px;
107 background-color: var(--dl-color-gray-900);
108}
109.registerowner-container09 {
110 flex: 0 0 auto;
111 width: auto;
112 height: auto;
113 display: flex;
114 align-items: center;
115 flex-direction: column;
116}
117.registerowner-textinput5 {
118 color: var(--dl-color-gray-black);
119 border-width: 3px;
120 background-color: var(--dl-color-gray-900);
121}
122.registerowner-button {
123 width: 323px;
124 height: 85px;
125 font-size: 25px;
126 align-self: center;
127 margin-top: var(--dl-space-space-sixunits);
128 text-align: center;
129 border-width: 5px;
130 text-transform: uppercase;
131 background-color: var(--dl-color-gray-700);
132}
133@media(max-width: 991px) {
134 .registerowner-text {
135 text-align: center;
136 }
137 .registerowner-text1 {
138 text-align: center;
139 }
140}
141@media(max-width: 767px) {
142 .registerowner-text {
143 text-align: center;
144 }
145 .registerowner-text1 {
146 text-align: center;
147 }
148}
149@media(max-width: 479px) {
150 .registerowner-text {
151 text-align: center;
152 }
153 .registerowner-text1 {
154 text-align: center;
155 }
156}
Note: See TracBrowser for help on using the repository browser.