File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -125,11 +125,11 @@ table {
125
125
}
126
126
127
127
: root {
128
- --color0 : # FFFFF7 ;
129
- --color1 : # FFFEF7 ;
130
- --color2 : # F6FAF7 ;
131
- --color3 : # AEC0C7 ;
132
- --color4 : # 4D526C ;
128
+ --color0 : # F7F5F5 ;
129
+ --color1 : # F5F5F7 ;
130
+ --color2 : # E5E7EE ;
131
+ --color3 : # 715AA3 ;
132
+ --color4 : # 282727 ;
133
133
--bg : url (data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NgAAIAAAUAAR4f7BQAAAAASUVORK5CYII=);
134
134
--repeat : no-repeat;
135
135
--size : center/cover;
@@ -792,6 +792,7 @@ div.moves {
792
792
}
793
793
794
794
.movable {
795
+ transition : .1s ;
795
796
min-width : 36px ;
796
797
max-width : 960px
797
798
}
@@ -1384,7 +1385,7 @@ fieldset {
1384
1385
1385
1386
.bottom {
1386
1387
padding : 0 ;
1387
- bottom : 4 px ;
1388
+ bottom : 8 px ;
1388
1389
right : 0 ;
1389
1390
font-size : 12px ;
1390
1391
display : block;
You can’t perform that action at this time.
0 commit comments