diff --git a/frontend/src/css/_buttons.css b/frontend/src/css/_buttons.css index 087c6286..cf53fa6e 100644 --- a/frontend/src/css/_buttons.css +++ b/frontend/src/css/_buttons.css @@ -2,7 +2,7 @@ outline: 0; border: 0; padding: .5em 1em; - border-radius: .1em; + border-radius: 1em; cursor: pointer; background: var(--blue); color: white; diff --git a/frontend/src/css/_inputs.css b/frontend/src/css/_inputs.css index 670bb426..a2e8f6e7 100644 --- a/frontend/src/css/_inputs.css +++ b/frontend/src/css/_inputs.css @@ -1,5 +1,5 @@ .input { - border-radius: .1em; + border-radius: 1em; padding: .5em 1em; background: white; border: 1px solid rgba(0, 0, 0, 0.1); diff --git a/frontend/src/css/_share.css b/frontend/src/css/_share.css index 38d70552..9854bf07 100644 --- a/frontend/src/css/_share.css +++ b/frontend/src/css/_share.css @@ -14,7 +14,7 @@ .share__box { box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 3px, rgba(0, 0, 0, 0.12) 0px 1px 2px; background: #fff; - border-radius: 0.2em; + border-radius: 1em; margin: 5px; overflow: hidden; } diff --git a/frontend/src/css/dashboard.css b/frontend/src/css/dashboard.css index 869e3996..9650788d 100644 --- a/frontend/src/css/dashboard.css +++ b/frontend/src/css/dashboard.css @@ -164,6 +164,7 @@ table tr>*:last-child { border-radius: 2px; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); overflow: auto; + border-radius: 1em; } .card.floating { @@ -457,7 +458,7 @@ body.rtl .card .card-title>*:first-child { .card .card-action.full .action { flex: 1; padding: 2em; - border-radius: 0.2em; + border-radius: 1em; border: 1px solid rgba(0, 0, 0, 0.1); text-align: center; } diff --git a/frontend/src/css/listing.css b/frontend/src/css/listing.css index 389aa82a..64477d75 100644 --- a/frontend/src/css/listing.css +++ b/frontend/src/css/listing.css @@ -94,7 +94,7 @@ body.rtl #listing { width: calc(33% - 1em); margin: .5em; padding: 0.5em; - border-radius: 0.2em; + border-radius: 1em; box-shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .12); }