Skip to content

Commit

Permalink
designers radius
Browse files Browse the repository at this point in the history
  • Loading branch information
tivvit committed Oct 16, 2024
1 parent a0ffff9 commit b3e5726
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $purple: #8339cb;
$blue: #596aee;
$gray: #45515e;
$light-gray: #96a2b0;
$radius: 32px;

@import "bootstrap/bootstrap";
@import "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css";
Expand All @@ -20,7 +21,7 @@ body {

.box {
background-color: #1b1e22;
border-radius: 30px;
border-radius: $radius;
padding: 2em;

table {
Expand All @@ -41,7 +42,7 @@ body {
.button {
color: white;
padding: 1em 1.4em;
border-radius: 30px;
border-radius: $radius;
text-decoration: none;
margin: 0.2em;
display: inline-block;
Expand Down

0 comments on commit b3e5726

Please sign in to comment.