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