mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-26 11:24:18 +00:00
48 lines
469 B
CSS
48 lines
469 B
CSS
.h-10 {
|
|
height: 10% !important;
|
|
}
|
|
|
|
.h-20 {
|
|
height: 20% !important;
|
|
}
|
|
|
|
.h-25 {
|
|
height: 25% !important;
|
|
}
|
|
|
|
.h-30 {
|
|
height: 30% !important;
|
|
}
|
|
|
|
.h-40 {
|
|
height: 40% !important;
|
|
}
|
|
|
|
.h-50 {
|
|
height: 50% !important;
|
|
}
|
|
|
|
.h-60 {
|
|
height: 60% !important;
|
|
}
|
|
|
|
.h-70 {
|
|
height: 70% !important;
|
|
}
|
|
|
|
.h-75 {
|
|
height: 75% !important;
|
|
}
|
|
|
|
.h-80 {
|
|
height: 80% !important;
|
|
}
|
|
|
|
.h-90 {
|
|
height: 90% !important;
|
|
}
|
|
|
|
.h-100 {
|
|
height: 100% !important;
|
|
}
|