Revision 915f0c04
Von Werner Hahn vor 7 Monaten hinzugefügt
css/design40/less/custom.less | ||
---|---|---|
23 | 23 |
// ********************************** |
24 | 24 |
// MY SPECIAL CLASS |
25 | 25 |
// ********************************** |
26 |
.container_pos_left{ |
|
27 |
display: grid; |
|
28 |
grid-template-columns: repeat(auto-fill, minmax(min(23%, 100%), 1fr)); |
|
29 |
grid-template-rows: repeat(6, fr); |
|
30 |
grid-gap: 10px; |
|
31 |
height: calc(50vh - 10px); |
|
32 |
justify-self: center; |
|
33 |
align-self: center; |
|
34 |
} |
|
35 |
|
|
36 |
.pos_button{ |
|
37 |
//border: green 1px solid; |
|
38 |
//font-size: calc(4vw + 4vh + 2vmin); |
|
39 |
font-size: 1vi; |
|
40 |
font-weight: bold; |
|
41 |
display: flex; |
|
42 |
justify-content: center; |
|
43 |
align-items: center; |
|
44 |
} |
|
45 |
|
|
46 |
.pos_button:hover{ |
|
47 |
cursor:pointer; |
|
48 |
|
|
49 |
} |
|
26 | 50 |
|
27 | 51 |
//.my-class-padding: 0.2em ; // just an example |
28 | 52 |
|
Auch abrufbar als: Unified diff
POS: 1. Mock-Prototyp