fix(styles/fonts/project): add fonts + change styles + edit default project name
This commit is contained in:
@ -11,25 +11,6 @@
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
%vertical-center {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
%horizontal-center {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
%absolute-center {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
%button {
|
||||
outline: none;
|
||||
border: none;
|
||||
|
@ -15,3 +15,8 @@
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
min-height: 100vh;
|
||||
max-width: 100vw;
|
||||
}
|
||||
|
Reference in New Issue
Block a user