36 lines
423 B
CSS
36 lines
423 B
CSS
.width-small {
|
|
width: 100px !important;
|
|
}
|
|
|
|
.width-tiny {
|
|
width: 60px !important;
|
|
}
|
|
|
|
.width-medium {
|
|
width: 250px !important;
|
|
}
|
|
|
|
.width-half-full {
|
|
width: 50% !important;
|
|
}
|
|
|
|
.pl-20 {
|
|
padding-left: 20px !important;
|
|
}
|
|
|
|
.pr-20 {
|
|
padding-right: 20px !important;
|
|
}
|
|
|
|
.height-50 {
|
|
height: 50px !important;
|
|
}
|
|
|
|
.pt-20 {
|
|
padding-top: 20px !important;
|
|
}
|
|
|
|
.pb-20 {
|
|
padding-bottom: 20px !important;
|
|
}
|