mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-09-12 14:20:08 +02:00
login page refactoring
This commit is contained in:
@@ -6,6 +6,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
@mixin flex-center {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
@mixin page-wrapper-center {
|
||||
@include flex-center;
|
||||
}
|
||||
|
||||
@mixin page-content-wrapper {
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
|
Reference in New Issue
Block a user