source: cimeri-main/src/main/resources/static/liststudents/liststudents.css

Last change on this file 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.liststudents-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.liststudents-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.liststudents-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.liststudents-text {
28 font-size: 64px;
29 align-self: center;
30 margin-top: var(--dl-space-space-fourunits);
31 text-align: center;
32}
33.liststudents-text03 {
34 font-size: 64px;
35 align-self: center;
36 margin-top: var(--dl-space-space-fourunits);
37 text-align: center;
38}
39.liststudents-list {
40 width: 556px;
41 height: 200px;
42
43
44}
45.liststudents-li {
46 height: 87px;
47 text-align: center;
48 line-height: 5;
49 border-color: var(--dl-color-gray-black);
50 border-width: 3px;
51 list-style-type: disc;
52 background-color: var(--dl-color-gray-900);
53 list-style-image: none;
54 list-style-position: outside;
55}
56
57.liststudents-button {
58 width: 170px;
59 height: 55px;
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 padding-right: 0px;
66 text-transform: uppercase;
67 background-color: var(--dl-color-gray-700);
68}
69@media(max-width: 991px) {
70 .liststudents-text {
71 text-align: center;
72 }
73 .liststudents-text03 {
74 text-align: center;
75 }
76}
77@media(max-width: 767px) {
78 .liststudents-text {
79 text-align: center;
80 }
81 .liststudents-text03 {
82 text-align: center;
83 }
84}
85@media(max-width: 479px) {
86 .liststudents-text {
87 text-align: center;
88 }
89 .liststudents-text03 {
90 text-align: center;
91 }
92}
Note: See TracBrowser for help on using the repository browser.