1e80061186
Co-authored-by: sam <sam@allofword> Co-authored-by: sam@gemibook <huapox@126.com> Co-authored-by: Prabhat Khera <prabhat.khera@gmail.com>
21 lines
233 B
CSS
21 lines
233 B
CSS
.edit-resources {
|
|
padding: 20px;
|
|
border: 1px solid var(--border-widget-color);
|
|
}
|
|
|
|
.widget .edit-resources button {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.mt-20 {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.mt-7 {
|
|
margin-top: 7px;
|
|
}
|
|
|
|
.mt-10 {
|
|
margin-top: 10px;
|
|
}
|