Making btn and fab work on link elements
This commit is contained in:
@ -6,6 +6,10 @@
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
transition: .05s background-color linear;
|
||||
text-decoration: unset;
|
||||
text-align: center;
|
||||
align-items: flex-start;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.btn-flat {
|
||||
@ -73,4 +77,9 @@
|
||||
right: 1.5rem;
|
||||
|
||||
border: none;
|
||||
}
|
||||
|
||||
.fab-left {
|
||||
right: unset;
|
||||
left: 1.5rem;
|
||||
}
|
Reference in New Issue
Block a user