WIP: tout fonctionne + corrections de bug
This commit is contained in:
@@ -227,3 +227,19 @@ body {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ordregf-btn-petit {
|
||||
width: 90px;
|
||||
height: 30px;
|
||||
padding: 0 10px;
|
||||
font-size: 0.8em;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
box-sizing: border-box;
|
||||
transition: background 0.2s ease;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user