mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 23:20:51 +00:00
18 lines
273 B
CSS
18 lines
273 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;
|
|
}
|
|
.web-setting-label {
|
|
word-break: break-word;
|
|
}
|