style changes

This commit is contained in:
ARvind Tiwari 2017-07-27 20:14:10 +05:30
parent c6a3928638
commit b0e6c5b55b
2 changed files with 21 additions and 7 deletions

View File

@ -27,12 +27,20 @@ h2,h3,h4,h5{
}
.ssh-header-container{
padding-top: 15px;
/* display: flex; */
/* flex-direction: row-reverse; */
/* vertical-align: middle; */
/* align-items: center; */
/* justify-content: space-between; */
/* text-align: right; */
}
@media (min-width: 768px) {
.ssh-header-container {
display: flex;
/* flex-direction: row-reverse; */
/* vertical-align: middle; */
/* align-items: center; */
justify-content: space-between;
/* text-align: right; */
}
.ssh-header-container p{
margin-bottom: 0;
}
}
.ssh-header-container p{
@ -249,9 +257,15 @@ h2,h3,h4,h5{
font-family: 'Lato-Light', sans-serif;
}
.underform-contaner button{
font-family: Lato;
font-weight: 600;
width: 120px;
height: 35px;
}
.underform-contaner .btn-default{
background-color: #ccc;
color: #fff;
}
.control-label{
font-family: 'Lato-Light', sans-serif;
font-size: 20px;

View File

@ -28,7 +28,7 @@
</div>
<div class="underform-contaner">
<h4>{% trans "Or you can generate a new key pair."%}</h4>
<button type="submit" name='generate' class="btn btn-success custom_form_button">{% trans "Generate"%}
<button type="submit" name='generate' class="btn btn-default custom_form_button">{% trans "Generate"%}
</button>
</div>