mirror of
https://github.com/status-im/status-media.git
synced 2025-02-22 08:08:08 +00:00
adjust the position of CTAs
This commit is contained in:
parent
ea7dbe8f69
commit
b5eb70879a
@ -55,12 +55,12 @@ class Sidebar extends Component {
|
||||
<h4>Upload</h4>
|
||||
</Link>
|
||||
</li>
|
||||
<li className='sidebar-link cta settings'>
|
||||
<li className='sidebar-bottom cta settings'>
|
||||
<a href="https://statusnetwork.com/" target="_bank">
|
||||
<h4>The Status Network</h4>
|
||||
</a>
|
||||
</li>
|
||||
<li className='sidebar-link cta margin-bottom-30'>
|
||||
<li className='sidebar-bottom cta margin-bottom-20'>
|
||||
<a href="https://status.im/get/" target="_bank">
|
||||
<h4>Get Status</h4>
|
||||
</a>
|
||||
|
@ -32,8 +32,8 @@
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.margin-bottom-30 {
|
||||
margin-bottom: 30px !important;
|
||||
.margin-bottom-20 {
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
|
||||
.cta:hover {
|
||||
@ -51,6 +51,13 @@
|
||||
color: #6d6d6d;
|
||||
}
|
||||
|
||||
.sidebar-bottom {
|
||||
font-size: 1.4rem;
|
||||
margin: 10px 0 10px 0;
|
||||
text-align: left;
|
||||
color: #6d6d6d;
|
||||
}
|
||||
|
||||
.sidebar-link:hover {
|
||||
color: #acacac;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user