source: cimeri-main/target/classes/static/loginstudent/loginstudent.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: 1.7 KB
RevLine 
[bc30bce]1.loginstudent-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.loginstudent-text {
12 font-size: 64px;
13 align-self: center;
14 margin-top: var(--dl-space-space-fourunits);
15 text-align: center;
16}
17.loginstudent-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.loginstudent-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.loginstudent-textinput {
35 color: var(--dl-color-gray-black);
36 border-width: 3px;
37 background-color: var(--dl-color-gray-900);
38}
39.loginstudent-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.loginstudent-textinput1 {
48 color: var(--dl-color-gray-black);
49 border-width: 3px;
50 background-color: var(--dl-color-gray-900);
51}
52.loginstudent-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 .loginstudent-text {
65 text-align: center;
66 }
67 .loginstudent-text1 {
68 text-align: center;
69 }
70}
71@media(max-width: 767px) {
72 .loginstudent-text {
73 text-align: center;
74 }
75 .loginstudent-text1 {
76 text-align: center;
77 }
78}
79@media(max-width: 479px) {
80 .loginstudent-text {
81 text-align: center;
82 }
83 .loginstudent-text1 {
84 text-align: center;
85 }
86}
Note: See TracBrowser for help on using the repository browser.