busqueda functionality amend
This commit is contained in:
@@ -42,7 +42,7 @@ export default {
|
||||
text-align: center;
|
||||
padding: 20px 20px;
|
||||
|
||||
a {
|
||||
a, button {
|
||||
font-size: $m;
|
||||
font-weight: $bold;
|
||||
color: $color-navy;
|
||||
@@ -50,7 +50,11 @@ export default {
|
||||
}
|
||||
a:nth-child(1):after,
|
||||
a:nth-child(2):after,
|
||||
a:nth-child(3):after {
|
||||
a:nth-child(3):after,
|
||||
button:nth-child(1):after,
|
||||
button:nth-child(2):after,
|
||||
button:nth-child(3):after,
|
||||
button:nth-child(4):after {
|
||||
color: $color-navy;
|
||||
content: '\22EE';
|
||||
margin: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user