default border radius also for a elements

This commit is contained in:
Matteo Manzinello
2019-10-29 17:26:21 +01:00
parent 518e1baf82
commit 423c7f3d5f
4 changed files with 4 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ $default-border-radius: 8px;
a {
padding: 10px;
color: $default-color;
border-radius: 5px;
border-radius: $default-border-radius;
text-decoration: none;
&.m-gmail {