Last change
on this file since bc30bce was bc30bce, checked in by blagojanikoloski <blagojanikoloski1@…>, 20 months ago |
cimeri app
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | .homeowner-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 | .homeowner-text {
|
---|
12 | font-size: 64px;
|
---|
13 | align-self: center;
|
---|
14 | margin-top: var(--dl-space-space-fourunits);
|
---|
15 | text-align: center;
|
---|
16 | }
|
---|
17 | .homeowner-button {
|
---|
18 | width: 323px;
|
---|
19 | height: 85px;
|
---|
20 | font-size: 25px;
|
---|
21 | align-self: center;
|
---|
22 | margin-top: var(--dl-space-space-sixunits);
|
---|
23 | text-align: center;
|
---|
24 | border-width: 5px;
|
---|
25 | text-transform: uppercase;
|
---|
26 | background-color: var(--dl-color-gray-700);
|
---|
27 | }
|
---|
28 | .homeowner-button1 {
|
---|
29 | width: 323px;
|
---|
30 | height: 85px;
|
---|
31 | font-size: 25px;
|
---|
32 | align-self: center;
|
---|
33 | margin-top: var(--dl-space-space-sixunits);
|
---|
34 | text-align: center;
|
---|
35 | border-width: 5px;
|
---|
36 | text-transform: uppercase;
|
---|
37 | background-color: var(--dl-color-gray-700);
|
---|
38 | }
|
---|
39 | @media(max-width: 991px) {
|
---|
40 | .homeowner-text {
|
---|
41 | text-align: center;
|
---|
42 | }
|
---|
43 | }
|
---|
44 | @media(max-width: 767px) {
|
---|
45 | .homeowner-text {
|
---|
46 | text-align: center;
|
---|
47 | }
|
---|
48 | }
|
---|
49 | @media(max-width: 479px) {
|
---|
50 | .homeowner-text {
|
---|
51 | text-align: center;
|
---|
52 | }
|
---|
53 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.