mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
[Mobile] ui-nav: match colour w/ new theme
This commit is contained in:
parent
c5a73ab2d4
commit
8495050525
@ -34,9 +34,10 @@
|
|||||||
left 0
|
left 0
|
||||||
z-index -1
|
z-index -1
|
||||||
width 240px
|
width 240px
|
||||||
color #fff
|
color #777
|
||||||
background #313538
|
background #fff
|
||||||
visibility hidden
|
visibility hidden
|
||||||
|
border-right solid 1px rgba(#000, 0.1)
|
||||||
|
|
||||||
.body
|
.body
|
||||||
height 100%
|
height 100%
|
||||||
@ -64,7 +65,7 @@
|
|||||||
left 80px
|
left 80px
|
||||||
padding 0
|
padding 0
|
||||||
width calc(100% - 112px)
|
width calc(100% - 112px)
|
||||||
color #fff
|
color #777
|
||||||
line-height 96px
|
line-height 96px
|
||||||
overflow hidden
|
overflow hidden
|
||||||
text-overflow ellipsis
|
text-overflow ellipsis
|
||||||
@ -83,19 +84,19 @@
|
|||||||
display block
|
display block
|
||||||
font-size 1em
|
font-size 1em
|
||||||
line-height 1em
|
line-height 1em
|
||||||
border-top solid 1px rgba(0, 0, 0, 0.2)
|
border-top solid 1px rgba(#000, 0.1)
|
||||||
background #353A3E
|
background #fcfcfc
|
||||||
background-clip content-box
|
background-clip content-box
|
||||||
|
|
||||||
&:last-child
|
&:last-child
|
||||||
border-bottom solid 1px rgba(0, 0, 0, 0.2)
|
border-bottom solid 1px rgba(#000, 0.1)
|
||||||
|
|
||||||
a
|
a
|
||||||
display block
|
display block
|
||||||
padding 0 20px
|
padding 0 20px
|
||||||
line-height 3rem
|
line-height 3rem
|
||||||
line-height calc(1rem + 30px)
|
line-height calc(1rem + 30px)
|
||||||
color #eee
|
color #777
|
||||||
text-decoration none
|
text-decoration none
|
||||||
|
|
||||||
> .icon
|
> .icon
|
||||||
@ -110,22 +111,6 @@
|
|||||||
line-height calc(1rem + 30px)
|
line-height calc(1rem + 30px)
|
||||||
color #ccc
|
color #ccc
|
||||||
|
|
||||||
> .unread-count
|
|
||||||
position absolute
|
|
||||||
height calc(0.9em + 10px)
|
|
||||||
line-height calc(0.9em + 10px)
|
|
||||||
top 0
|
|
||||||
bottom 0
|
|
||||||
right 38px
|
|
||||||
margin auto 0
|
|
||||||
padding 0px 8px
|
|
||||||
min-width 2em
|
|
||||||
font-size 0.9em
|
|
||||||
text-align center
|
|
||||||
color #fff
|
|
||||||
background rgba(255, 255, 255, 0.1)
|
|
||||||
border-radius 1em
|
|
||||||
|
|
||||||
.about
|
.about
|
||||||
margin 1em 1em 2em 1em
|
margin 1em 1em 2em 1em
|
||||||
text-align center
|
text-align center
|
||||||
@ -133,7 +118,7 @@
|
|||||||
opacity 0.3
|
opacity 0.3
|
||||||
|
|
||||||
a
|
a
|
||||||
color #fff
|
color #777
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
Reference in New Issue
Block a user