mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-12 14:20:08 +02:00
add login route and login form
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
@import "./variables";
|
||||
|
||||
@mixin desktop {
|
||||
@media (min-width: 800px) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin page-content-wrapper {
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
background-color: $color-white;
|
||||
border-radius: 15px;
|
||||
border: $border-large;
|
||||
|
||||
@include desktop {
|
||||
padding: 20px;
|
||||
width: 400px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user