mirror of
https://github.com/status-im/status-media.git
synced 2025-02-23 08:38:22 +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>
|
<h4>Upload</h4>
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
<li className='sidebar-link cta settings'>
|
<li className='sidebar-bottom cta settings'>
|
||||||
<a href="https://statusnetwork.com/" target="_bank">
|
<a href="https://statusnetwork.com/" target="_bank">
|
||||||
<h4>The Status Network</h4>
|
<h4>The Status Network</h4>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</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">
|
<a href="https://status.im/get/" target="_bank">
|
||||||
<h4>Get Status</h4>
|
<h4>Get Status</h4>
|
||||||
</a>
|
</a>
|
||||||
|
@ -32,8 +32,8 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.margin-bottom-30 {
|
.margin-bottom-20 {
|
||||||
margin-bottom: 30px !important;
|
margin-bottom: 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cta:hover {
|
.cta:hover {
|
||||||
@ -51,6 +51,13 @@
|
|||||||
color: #6d6d6d;
|
color: #6d6d6d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar-bottom {
|
||||||
|
font-size: 1.4rem;
|
||||||
|
margin: 10px 0 10px 0;
|
||||||
|
text-align: left;
|
||||||
|
color: #6d6d6d;
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar-link:hover {
|
.sidebar-link:hover {
|
||||||
color: #acacac;
|
color: #acacac;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user