mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 10:25:08 +01:00
Style placeholder according to Woj's mockups
This commit is contained in:
parent
b2a9eb1c7c
commit
e6d6f86d3f
@ -250,19 +250,23 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ascribe-logo-circle {
|
.ascribe-logo-circle {
|
||||||
border: 5px solid white;
|
border: 6px solid #F6F6F6;
|
||||||
border-radius: 10em;
|
border-radius: 10em;
|
||||||
|
position: relative;
|
||||||
|
top: 10%;
|
||||||
|
left: 10%;
|
||||||
|
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 80%;
|
||||||
height: 100%;
|
height: 80%;
|
||||||
|
|
||||||
> span {
|
> span {
|
||||||
color: white;
|
color: #F6F6F6;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -.35em;
|
top: -.29em;
|
||||||
left: .11em;
|
left: .16em;
|
||||||
|
|
||||||
font-size: 8.35em;
|
font-size: 5em;
|
||||||
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user