mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 00:43:53 +00:00
15 lines
224 B
CSS
15 lines
224 B
CSS
![]() |
.web-setting-icon-btn {
|
||
|
font-size: 1rem;
|
||
|
line-height: 1.5;
|
||
|
min-width: 0;
|
||
|
}
|
||
|
.web-setting-icon-btn-submit {
|
||
|
color: green;
|
||
|
}
|
||
|
.web-setting-icon-btn-cancel {
|
||
|
color: #666;
|
||
|
}
|
||
|
.web-setting-textarea {
|
||
|
min-height: 7rem;
|
||
|
}
|