app change
This commit is contained in:
@ -1,8 +1,3 @@
|
||||
// dimension
|
||||
$mediumSize: .875rem; // 14px
|
||||
$smallSize: .8125rem; // 13px
|
||||
$tinySize: .75rem; // 12px
|
||||
|
||||
// animation
|
||||
@keyframes loading-spinner {
|
||||
0% {
|
||||
@ -28,10 +23,15 @@ $tinySize: .75rem; // 12px
|
||||
--disabled-box-color: #d9d9d9;
|
||||
--hover-color: #eee;
|
||||
--link-color: #1890ff;
|
||||
--primary-color: rgb(123,28,33);
|
||||
--primary-color: rgb(123, 28, 33);
|
||||
--loading-bg-color: hsla(0, 0%, 100%, .4);
|
||||
--loading-fore-color: rgba(0, 0, 0, .2);
|
||||
|
||||
--border-radius: 2px;
|
||||
--text-indent: 4px;
|
||||
|
||||
--font-size: .8125rem;
|
||||
--font-smaller-size: .75rem;
|
||||
--font-larger-size: .875rem;
|
||||
--font-family: "Franklin Gothic Book", "San Francisco", "Segoe UI", "Open Sans", "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei UI", sans-serif;
|
||||
}
|
Reference in New Issue
Block a user