Alignement du logo et du numéro de version
This commit is contained in:
@@ -32,7 +32,8 @@ button {
|
||||
background-color: #fff;
|
||||
border-radius: 3px;
|
||||
appearance: auto;
|
||||
border: solid var(--primary-color) 1px; /* couleur thème foncée */
|
||||
border: solid var(--primary-color) 1px;
|
||||
/* couleur thème foncée */
|
||||
}
|
||||
|
||||
button[disabled] {
|
||||
@@ -75,17 +76,21 @@ button:hover:not([disabled]) {
|
||||
a.logo {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
float: left;
|
||||
}
|
||||
|
||||
a.logo > h1 {
|
||||
font-weight: 400;
|
||||
margin: 0;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.logo-wrapper {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
p.version {
|
||||
float: left;
|
||||
margin-top: 21px;
|
||||
margin-left: 12px;
|
||||
margin: 0 0 0 12px;
|
||||
}
|
||||
|
||||
p.version > a {
|
||||
|
||||
Reference in New Issue
Block a user