clean up
This commit is contained in:
parent
6c872b2971
commit
c1be82d9f9
|
@ -1,18 +0,0 @@
|
||||||
// .action-btn {
|
|
||||||
// border-radius: 30px;
|
|
||||||
// background-color: var(--secondary-color);
|
|
||||||
// border: 1px solid transparent;
|
|
||||||
// padding-left: 2em;
|
|
||||||
// padding-right: 2em;
|
|
||||||
// box-shadow: 0px 3px 6px #1E202029;
|
|
||||||
|
|
||||||
// transition-property: background-color, color;
|
|
||||||
// transition-duration: 200ms;
|
|
||||||
// transition-delay: 50ms;
|
|
||||||
// transition-timing-function: ease-in-out;
|
|
||||||
// &:disabled{
|
|
||||||
// background-color: #CBCBCB;
|
|
||||||
// color: #FFF;
|
|
||||||
// border: 0px;
|
|
||||||
// }
|
|
||||||
// }
|
|
Loading…
Reference in New Issue