mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-08 08:34:20 +02:00
Form styles
This commit is contained in:
parent
b9f9cf5130
commit
e140ef2535
@ -43,6 +43,7 @@ module.exports = {
|
||||
devDependencies: true,
|
||||
},
|
||||
],
|
||||
"import/prefer-default-export": "off",
|
||||
"@typescript-eslint/ban-ts-comment": "off",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/no-var-requires": "off",
|
||||
|
@ -14,8 +14,6 @@
|
||||
}
|
||||
input {
|
||||
width: 100%;
|
||||
border: 1px solid #333;
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,10 +1,19 @@
|
||||
@import "./variables";
|
||||
|
||||
button {
|
||||
padding: 5px 20px;
|
||||
padding: 7px 20px;
|
||||
background-color: $color-orange;
|
||||
border: 0;
|
||||
color: $color-white;
|
||||
border-radius: 14px;
|
||||
border-radius: 16px;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="password"],
|
||||
input[type="email"] {
|
||||
padding: 4px 6px;
|
||||
border: 1px solid #333;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
@ -1,6 +1,7 @@
|
||||
$color-white: #fff;
|
||||
$color-black: #000;
|
||||
$color-orange: #ea4d0a;
|
||||
$color-yellow: #fdd137;
|
||||
|
||||
$border-large: 4px solid $color-black;
|
||||
$border-thin: 2px solid $color-black;
|
||||
|
Loading…
x
Reference in New Issue
Block a user