style changes
This commit is contained in:
parent
c6a3928638
commit
b0e6c5b55b
2 changed files with 21 additions and 7 deletions
|
@ -27,12 +27,20 @@ h2,h3,h4,h5{
|
||||||
}
|
}
|
||||||
.ssh-header-container{
|
.ssh-header-container{
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
/* display: flex; */
|
}
|
||||||
/* flex-direction: row-reverse; */
|
|
||||||
/* vertical-align: middle; */
|
@media (min-width: 768px) {
|
||||||
/* align-items: center; */
|
.ssh-header-container {
|
||||||
/* justify-content: space-between; */
|
display: flex;
|
||||||
/* text-align: right; */
|
/* 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{
|
.ssh-header-container p{
|
||||||
|
@ -249,9 +257,15 @@ h2,h3,h4,h5{
|
||||||
font-family: 'Lato-Light', sans-serif;
|
font-family: 'Lato-Light', sans-serif;
|
||||||
}
|
}
|
||||||
.underform-contaner button{
|
.underform-contaner button{
|
||||||
|
font-family: Lato;
|
||||||
|
font-weight: 600;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
}
|
}
|
||||||
|
.underform-contaner .btn-default{
|
||||||
|
background-color: #ccc;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
.control-label{
|
.control-label{
|
||||||
font-family: 'Lato-Light', sans-serif;
|
font-family: 'Lato-Light', sans-serif;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="underform-contaner">
|
<div class="underform-contaner">
|
||||||
<h4>{% trans "Or you can generate a new key pair."%}</h4>
|
<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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue