feat: new feats (button, transition, config)
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
@import "variables";
|
||||
|
||||
%content {
|
||||
position: absolute;
|
||||
content: "";
|
||||
@ -27,3 +29,11 @@
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
%button {
|
||||
outline: none;
|
||||
border: none;
|
||||
background: none;
|
||||
cursor: pointer;
|
||||
transition: $default-transition;
|
||||
}
|
||||
|
@ -7,3 +7,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
*,
|
||||
*::after,
|
||||
*::before {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
Reference in New Issue
Block a user