forked from FoundKeyGang/FoundKey
[Client] Fix design
This commit is contained in:
parent
08938e301d
commit
0923564de8
3 changed files with 3 additions and 4 deletions
|
@ -12,8 +12,8 @@
|
||||||
border-bottom solid 1px #eaeaea
|
border-bottom solid 1px #eaeaea
|
||||||
|
|
||||||
&:first-child
|
&:first-child
|
||||||
border-top-left-radius 4px
|
border-top-left-radius 6px
|
||||||
border-top-right-radius 4px
|
border-top-right-radius 6px
|
||||||
|
|
||||||
&:last-of-type
|
&:last-of-type
|
||||||
border-bottom none
|
border-bottom none
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
//border solid 1px #eaeaea
|
//border solid 1px #eaeaea
|
||||||
border solid 1px rgba(0, 0, 0, 0.075)
|
border solid 1px rgba(0, 0, 0, 0.075)
|
||||||
border-radius 6px
|
border-radius 6px
|
||||||
overflow hidden
|
|
||||||
|
|
||||||
&:not(:last-child)
|
&:not(:last-child)
|
||||||
margin-bottom 16px
|
margin-bottom 16px
|
||||||
|
|
|
@ -114,7 +114,7 @@
|
||||||
margin 0 10px 8px 0
|
margin 0 10px 8px 0
|
||||||
position -webkit-sticky
|
position -webkit-sticky
|
||||||
position sticky
|
position sticky
|
||||||
top 66px
|
top 64px
|
||||||
|
|
||||||
@media (min-width 500px)
|
@media (min-width 500px)
|
||||||
margin-right 16px
|
margin-right 16px
|
||||||
|
|
Loading…
Reference in a new issue