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{
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue