20 lines
238 B
CSS
20 lines
238 B
CSS
.width-small {
|
|
width: 100px !important;
|
|
}
|
|
|
|
.width-medium {
|
|
width: 250px !important;
|
|
}
|
|
|
|
.width-half-full {
|
|
width: 50% !important;
|
|
}
|
|
|
|
.pl-20 {
|
|
padding-left: 20px !important;
|
|
}
|
|
|
|
.pr-20 {
|
|
padding-right: 20px !important;
|
|
}
|