source: cimeri-main/target/classes/static/findroommates/findroommates.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: 2.1 KB
RevLine 
[bc30bce]1.findroommates-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.findroommates-container1 {
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.findroommates-container2 {
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.findroommates-text {
28 font-size: 64px;
29 align-self: center;
30 margin-top: var(--dl-space-space-fourunits);
31 text-align: center;
32}
33.findroommates-text03 {
34 font-size: 64px;
35 align-self: center;
36 margin-top: var(--dl-space-space-fourunits);
37 text-align: center;
38}
39.findroommates-text06 {
40 padding-top: var(--dl-space-space-twounits);
41}
42.findroommates-textinput {
43 background-color: var(--dl-color-gray-900);
44}
45.findroommates-text07 {
46 padding-top: var(--dl-space-space-twounits);
47}
48.findroommates-textinput1 {
49 background-color: var(--dl-color-gray-900);
50}
51.findroommates-text08 {
52 padding-top: var(--dl-space-space-twounits);
53}
54.findroommates-textinput2 {
55 background-color: var(--dl-color-gray-900);
56}
57.findroommates-button {
58 width: 323px;
59 height: 85px;
60 font-size: 25px;
61 align-self: center;
62 margin-top: var(--dl-space-space-sixunits);
63 text-align: center;
64 border-width: 5px;
65 text-transform: uppercase;
66 background-color: var(--dl-color-gray-700);
67}
68.findroommates-button1 {
69 width: 170px;
70 height: 55px;
71 font-size: 25px;
72 align-self: center;
73 margin-top: var(--dl-space-space-sixunits);
74 text-align: center;
75 border-width: 5px;
76 padding-right: 0px;
77 text-transform: uppercase;
78 background-color: var(--dl-color-gray-700);
79}
80@media(max-width: 991px) {
81 .findroommates-text {
82 text-align: center;
83 }
84 .findroommates-text03 {
85 text-align: center;
86 }
87}
88@media(max-width: 767px) {
89 .findroommates-text {
90 text-align: center;
91 }
92 .findroommates-text03 {
93 text-align: center;
94 }
95}
96@media(max-width: 479px) {
97 .findroommates-text {
98 text-align: center;
99 }
100 .findroommates-text03 {
101 text-align: center;
102 }
103}
Note: See TracBrowser for help on using the repository browser.