This commit is contained in:
parent
a928c51ede
commit
d6cc08b135
|
@ -33,7 +33,7 @@
|
||||||
height 72px
|
height 72px
|
||||||
background lighten($theme-color, 95%)
|
background lighten($theme-color, 95%)
|
||||||
|
|
||||||
.upload
|
> .upload
|
||||||
display inline-block
|
display inline-block
|
||||||
position absolute
|
position absolute
|
||||||
top 8px
|
top 8px
|
||||||
|
@ -72,8 +72,8 @@
|
||||||
border 2px solid rgba($theme-color, 0.3)
|
border 2px solid rgba($theme-color, 0.3)
|
||||||
border-radius 8px
|
border-radius 8px
|
||||||
|
|
||||||
.ok
|
> .ok
|
||||||
.cancel
|
> .cancel
|
||||||
display block
|
display block
|
||||||
position absolute
|
position absolute
|
||||||
bottom 16px
|
bottom 16px
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
opacity 0.7
|
opacity 0.7
|
||||||
cursor default
|
cursor default
|
||||||
|
|
||||||
.ok
|
> .ok
|
||||||
right 16px
|
right 16px
|
||||||
color $theme-color-foreground
|
color $theme-color-foreground
|
||||||
background linear-gradient(to bottom, lighten($theme-color, 25%) 0%, lighten($theme-color, 10%) 100%)
|
background linear-gradient(to bottom, lighten($theme-color, 25%) 0%, lighten($theme-color, 10%) 100%)
|
||||||
|
@ -119,7 +119,7 @@
|
||||||
background $theme-color
|
background $theme-color
|
||||||
border-color $theme-color
|
border-color $theme-color
|
||||||
|
|
||||||
.cancel
|
> .cancel
|
||||||
right 148px
|
right 148px
|
||||||
color #888
|
color #888
|
||||||
background linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%)
|
background linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%)
|
||||||
|
|
Loading…
Reference in New Issue