first commit
This commit is contained in:
6
app/src/styles/abstracts/placeholders.scss
Normal file
6
app/src/styles/abstracts/placeholders.scss
Normal file
@@ -0,0 +1,6 @@
|
||||
// center a element
|
||||
%centered {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user