mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-12 14:20:08 +02:00
create register page
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
@include flex-center;
|
||||
}
|
||||
|
||||
@mixin page-content-wrapper {
|
||||
@mixin page-content-wrapper($desktopWidth: 400px) {
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
background-color: $color-white;
|
||||
@@ -25,6 +25,6 @@
|
||||
|
||||
@include desktop {
|
||||
padding: 20px;
|
||||
width: 400px;
|
||||
width: $desktopWidth;
|
||||
}
|
||||
}
|
||||
|
@@ -2,6 +2,12 @@ body,
|
||||
h1,
|
||||
div,
|
||||
input,
|
||||
button {
|
||||
textarea,
|
||||
button,
|
||||
dl,
|
||||
dt,
|
||||
dd {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user