[Client] Fix design
This commit is contained in:
parent
d7bc8cf5a8
commit
29e5efb9bb
|
@ -169,7 +169,6 @@
|
||||||
|
|
||||||
> a
|
> a
|
||||||
display block
|
display block
|
||||||
padding 20px 30px
|
|
||||||
text-decoration none
|
text-decoration none
|
||||||
background #fff
|
background #fff
|
||||||
border-bottom solid 1px #eee
|
border-bottom solid 1px #eee
|
||||||
|
@ -192,7 +191,8 @@
|
||||||
opacity 0.8
|
opacity 0.8
|
||||||
|
|
||||||
&:not([data-is-me]):not([data-is-read])
|
&:not([data-is-me]):not([data-is-read])
|
||||||
background-image url("/_/resources/desktop/unread.svg")
|
> div
|
||||||
|
background-image url("/_/resources/unread.svg")
|
||||||
background-repeat no-repeat
|
background-repeat no-repeat
|
||||||
background-position 0 center
|
background-position 0 center
|
||||||
|
|
||||||
|
@ -204,6 +204,7 @@
|
||||||
> div
|
> div
|
||||||
max-width 500px
|
max-width 500px
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
|
padding 20px 30px
|
||||||
|
|
||||||
> header
|
> header
|
||||||
margin-bottom 2px
|
margin-bottom 2px
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg version="1.1" id="レイヤー_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
|
||||||
|
y="0px" width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
|
||||||
|
<circle fill="#3AA2DC" cx="16.5" cy="16.5" r="6"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 536 B |
Loading…
Reference in New Issue