update empty page
This commit is contained in:
@ -1352,6 +1352,10 @@ select {
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
.w-16 {
|
||||
width: 4rem;
|
||||
}
|
||||
|
||||
.max-w-2xl {
|
||||
max-width: 42rem;
|
||||
}
|
||||
@ -1918,6 +1922,10 @@ select {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.fill-primary-300 {
|
||||
fill: #689daa;
|
||||
}
|
||||
|
||||
.stroke-white {
|
||||
stroke: #fff;
|
||||
}
|
||||
|
Reference in New Issue
Block a user