source: cimeri-main/target/classes/static/postapartment/postapartment.css@ bc30bce

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

cimeri app

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[bc30bce]1.postapartment-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.postapartment-container01 {
12 flex: 0 0 auto;
13 width: auto;
14 height: auto;
15 display: flex;
16 align-items: flex-start;
17 justify-content: center;
18}
19.postapartment-container02 {
20 flex: 0 0 auto;
21 width: auto;
22 height: auto;
23 display: flex;
24 align-items: flex-start;
25 justify-content: center;
26}
27.postapartment-text {
28 font-size: 64px;
29 align-self: center;
30 margin-top: var(--dl-space-space-fourunits);
31 text-align: center;
32}
33.postapartment-text03 {
34 font-size: 64px;
35 align-self: center;
36 margin-top: var(--dl-space-space-fourunits);
37 text-align: center;
38}
39.postapartment-container03 {
40 flex: 0 0 auto;
41 width: auto;
42 height: auto;
43 display: flex;
44 align-items: flex-start;
45 justify-content: center;
46}
47.postapartment-container04 {
48 display: flex;
49 align-items: center;
50 flex-direction: column;
51 justify-content: flex-start;
52}
53.postapartment-text06 {
54 padding-top: var(--dl-space-space-twounits);
55}
56.postapartment-textinput {
57 background-color: var(--dl-color-gray-900);
58}
59.postapartment-container05 {
60 display: flex;
61 align-items: center;
62 flex-direction: column;
63 justify-content: flex-start;
64}
65.postapartment-container06 {
66 display: flex;
67 align-items: center;
68 flex-direction: column;
69 justify-content: flex-start;
70}
71.postapartment-text07 {
72 padding-top: var(--dl-space-space-twounits);
73}
74.postapartment-textinput1 {
75 background-color: var(--dl-color-gray-900);
76}
77.postapartment-container07 {
78 flex: 0 0 auto;
79 width: auto;
80 height: auto;
81 display: flex;
82 align-items: flex-start;
83 justify-content: center;
84}
85.postapartment-container08 {
86 display: flex;
87 align-items: center;
88 flex-direction: column;
89 justify-content: flex-start;
90}
91.postapartment-text08 {
92 padding-top: var(--dl-space-space-twounits);
93}
94.postapartment-textinput2 {
95 background-color: var(--dl-color-gray-900);
96}
97.postapartment-container09 {
98 display: flex;
99 align-items: center;
100 flex-direction: column;
101 justify-content: flex-start;
102}
103.postapartment-container10 {
104 display: flex;
105 align-items: center;
106 flex-direction: column;
107 justify-content: flex-start;
108}
109.postapartment-text09 {
110 padding-top: var(--dl-space-space-twounits);
111}
112.postapartment-textinput3 {
113 background-color: var(--dl-color-gray-900);
114}
115.postapartment-container11 {
116 flex: 0 0 auto;
117 width: auto;
118 height: auto;
119 display: flex;
120 align-items: flex-start;
121 justify-content: center;
122}
123.postapartment-container12 {
124 display: flex;
125 align-items: center;
126 flex-direction: column;
127 justify-content: flex-start;
128}
129.postapartment-text12 {
130 padding-top: var(--dl-space-space-twounits);
131}
132.postapartment-textinput4 {
133 background-color: var(--dl-color-gray-900);
134}
135.postapartment-container13 {
136 display: flex;
137 align-items: center;
138 flex-direction: column;
139 justify-content: flex-start;
140}
141.postapartment-container14 {
142 display: flex;
143 align-items: center;
144 flex-direction: column;
145 justify-content: flex-start;
146}
147.postapartment-text13 {
148 padding-top: var(--dl-space-space-twounits);
149}
150.postapartment-textinput5 {
151 background-color: var(--dl-color-gray-900);
152}
153.postapartment-text14 {
154 padding-top: var(--dl-space-space-twounits);
155}
156.postapartment-textinput6 {
157 background-color: var(--dl-color-gray-900);
158}
159.postapartment-button {
160 width: 323px;
161 height: 85px;
162 font-size: 25px;
163 align-self: center;
164 margin-top: var(--dl-space-space-sixunits);
165 text-align: center;
166 border-width: 5px;
167 text-transform: uppercase;
168 background-color: var(--dl-color-gray-700);
169}
170.postapartment-button1 {
171 width: 170px;
172 height: 55px;
173 font-size: 25px;
174 align-self: center;
175 margin-top: var(--dl-space-space-sixunits);
176 text-align: center;
177 border-width: 5px;
178 padding-right: 0px;
179 text-transform: uppercase;
180 background-color: var(--dl-color-gray-700);
181}
182@media(max-width: 991px) {
183 .postapartment-text {
184 text-align: center;
185 }
186 .postapartment-text03 {
187 text-align: center;
188 }
189}
190@media(max-width: 767px) {
191 .postapartment-text {
192 text-align: center;
193 }
194 .postapartment-text03 {
195 text-align: center;
196 }
197}
198@media(max-width: 479px) {
199 .postapartment-text {
200 text-align: center;
201 }
202 .postapartment-text03 {
203 text-align: center;
204 }
205}
Note: See TracBrowser for help on using the repository browser.