mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-10 09:34:21 +02:00
18 lines
280 B
SCSS
18 lines
280 B
SCSS
@import "./variables";
|
|
|
|
button {
|
|
background: none;
|
|
border: 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
input[type="text"],
|
|
input[type="password"],
|
|
input[type="number"],
|
|
input[type="email"],
|
|
select {
|
|
padding: 4px 6px;
|
|
border: 1px solid $color-grey-medium;
|
|
border-radius: 4px;
|
|
}
|