finish memos cover
This commit is contained in:
20
resources/sass/setup/_positions.scss
vendored
20
resources/sass/setup/_positions.scss
vendored
@@ -55,6 +55,10 @@ $base: 1rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.h-100{
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.m-auto {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
@@ -127,6 +131,22 @@ $base: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.t-0 {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.l-0 {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.r-0 {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.b-0 {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.z-10 {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user