This commit is contained in:
CITE\spapacharalampous 2024-09-05 13:13:19 +03:00
parent 6c872b2971
commit c1be82d9f9
1 changed files with 0 additions and 18 deletions

View File

@ -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;
// }
// }