Skip to content
Snippets Groups Projects

Feature/manjusha/sidebar1

Files

.customButton {
background-color: red;
}
.button {
/*background-color: purple;
color:white;
position: relative;
font-size: 12px;
font-weight: 700;
align-items: center;
letter-spacing: 0.7px;
text-align: center;
-moz-box-align: center;
text-decoration: none;
display: inline-block;
border-radius: 10px;
-webkit-transition: background-color 0.2s ease-in;
transition: background-color 0.2s ease-in;
cursor: pointer;
padding: 10px 30px;*/
font-size: .875rem;
position: relative;
transition: all .15s ease;
letter-spacing: .025em;
text-transform: none;
will-change: transform;
}
\ No newline at end of file
Loading