source: cimeri-main/src/main/resources/static/loginowner/loginowner.css@ 087ce2b

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

cimeri app

  • Property mode set to 100644
File size: 1.7 KB
RevLine 
[bc30bce]1.loginowner-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.loginowner-text {
12 font-size: 64px;
13 align-self: center;
14 margin-top: var(--dl-space-space-fourunits);
15 text-align: center;
16}
17.loginowner-container1 {
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.loginowner-container2 {
27 flex: 0 0 auto;
28 width: auto;
29 height: auto;
30 display: flex;
31 align-items: center;
32 flex-direction: column;
33}
34.loginowner-textinput {
35 color: var(--dl-color-gray-black);
36 border-width: 3px;
37 background-color: var(--dl-color-gray-900);
38}
39.loginowner-container3 {
40 flex: 0 0 auto;
41 width: auto;
42 height: auto;
43 display: flex;
44 align-items: center;
45 flex-direction: column;
46}
47.loginowner-textinput1 {
48 color: var(--dl-color-gray-black);
49 border-width: 3px;
50 background-color: var(--dl-color-gray-900);
51}
52.loginowner-button {
53 width: 323px;
54 height: 85px;
55 font-size: 25px;
56 align-self: center;
57 margin-top: var(--dl-space-space-sixunits);
58 text-align: center;
59 border-width: 5px;
60 text-transform: uppercase;
61 background-color: var(--dl-color-gray-700);
62}
63@media(max-width: 991px) {
64 .loginowner-text {
65 text-align: center;
66 }
67 .loginowner-text1 {
68 text-align: center;
69 }
70}
71@media(max-width: 767px) {
72 .loginowner-text {
73 text-align: center;
74 }
75 .loginowner-text1 {
76 text-align: center;
77 }
78}
79@media(max-width: 479px) {
80 .loginowner-text {
81 text-align: center;
82 }
83 .loginowner-text1 {
84 text-align: center;
85 }
86}
Note: See TracBrowser for help on using the repository browser.