forked from Gustavo/FrontFocusAgenda
Merge de repositorios
This commit is contained in:
14
style.css
14
style.css
@@ -105,4 +105,18 @@ button[type="submit"] {
|
||||
|
||||
button[type="submit"]:hover {
|
||||
background-color: #A03224;
|
||||
}
|
||||
#topo {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
background-color: #111;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: linear-gradient(to right, #C0392B 47%, #7A4951 73%, #114455 87%);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
padding-left: 20px;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user