13 lines
164 B
CSS
13 lines
164 B
CSS
.px-1\.5 {
|
|
padding-left: 0.375rem;
|
|
padding-right: 0.375rem;
|
|
}
|
|
|
|
.text-green-800 {
|
|
color: rgb(22 101 52);
|
|
}
|
|
|
|
.text-red-800 {
|
|
color: rgb(153 27 27);
|
|
}
|