mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 07:25:35 +00:00
Début ajout modal ajout catégories
This commit is contained in:
@@ -51,4 +51,19 @@ li {
|
||||
&:hover {
|
||||
background: #1e5c8f;
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
width: 100%;
|
||||
color: #fff;
|
||||
background: #3f88c5;
|
||||
padding: 10px;
|
||||
border: 1px solid #3f88c5;
|
||||
border-radius: 3px;
|
||||
transition: .15s;
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.01);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user