Browse Source

refactor: use border radius variable

version-14
Summayya 3 years ago
parent
commit
eafb89f059
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/scss/website/footer.scss

+ 1
- 1
frappe/public/scss/website/footer.scss View File

@@ -94,7 +94,7 @@
max-width: 300px;
border: 1px solid var(--dark-border-color);
box-shadow: none;
border-radius: 0.375rem;
border-radius: var(--border-radius);
font-size: $font-size-sm;
}
}

Loading…
Cancel
Save