reduce some border radius in template

This commit is contained in:
Focuslinkstech 2024-08-25 17:18:22 +01:00 committed by GitHub
parent 73e070b3ed
commit 1d5341cdfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 13 deletions

View File

@ -137,8 +137,9 @@
.panel { .panel {
margin-bottom: 20px; margin-bottom: 20px;
background-color: #fff; background-color: #fff;
border: 0px solid transparent; border: 2px solid;
border-radius: 21px; border-color: rgba(221, 224, 255, .54);
border-radius: 25px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0px 4px 30px rgba(221, 224, 255, .54); box-shadow: 0px 4px 30px rgba(221, 224, 255, .54);
} }
@ -170,7 +171,8 @@
-webkit-border-radius: 1px !important; -webkit-border-radius: 1px !important;
-moz-border-radius: 1px !important; -moz-border-radius: 1px !important;
-ms-border-radius: 1px !important; -ms-border-radius: 1px !important;
border-radius: 25px !important; border-radius: 15px !important;
border-color: rgba(221, 224, 255, .54);
} }
.box.box-solid.box-primary>.box-header { .box.box-solid.box-primary>.box-header {
@ -178,11 +180,13 @@
background-color: transparent; background-color: transparent;
border-color: transparent; border-color: transparent;
} }
.box.box-solid.box-info>.box-header { .box.box-solid.box-info>.box-header {
color: inherit; color: inherit;
background-color: transparent; background-color: transparent;
border-color: transparent; border-color: transparent;
} }
.box.box-solid.box-danger>.box-header { .box.box-solid.box-danger>.box-header {
color: inherit; color: inherit;
background-color: transparent; background-color: transparent;
@ -204,8 +208,8 @@
.box-footer { .box-footer {
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 25px; border-bottom-right-radius: 15px;
border-bottom-left-radius: 25px; border-bottom-left-radius: 15px;
border-top: 1px solid transparent; border-top: 1px solid transparent;
padding: 10px; padding: 10px;
background-color: inherit; background-color: inherit;
@ -215,13 +219,13 @@
padding: 10px 15px; padding: 10px 15px;
background-color: inherit; background-color: inherit;
border-top: 1px solid transparent; border-top: 1px solid transparent;
border-bottom-right-radius: 25px; border-bottom-right-radius: 15px;
border-bottom-left-radius: 25px; border-bottom-left-radius: 15px;
} }
.box { .box {
position: relative; position: relative;
border-radius: 25px; border-radius: 15px;
background: inherit; background: inherit;
border-top: 3px solid #d2d6de; border-top: 3px solid #d2d6de;
margin-bottom: 20px; margin-bottom: 20px;
@ -301,6 +305,8 @@
overflow-y: auto; overflow-y: auto;
} }
/* Search Bar End Here */ /* Search Bar End Here */
/* New Customize Interface End Here */ /* New Customize Interface End Here */

View File

@ -178,14 +178,15 @@
} }
.content .row [class*=col-] .box { .content .row [class*=col-] .box {
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 4px 4px 30px rgba(221, 224, 255, .54);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); -webkit-border-radius: 1px !important;
box-shadow: 0px 4px 30px rgba(221, 224, 255, .54);
-moz-border-radius: 1px !important; -moz-border-radius: 1px !important;
-ms-border-radius: 1px !important; -ms-border-radius: 1px !important;
border-radius: 25px !important; border-radius: 15px !important;
border-color: rgba(221, 224, 255, .54);
} }
.box.box-solid.box-info>.box-header { .box.box-solid.box-info>.box-header {
@ -238,7 +239,7 @@
.box { .box {
position: relative; position: relative;
border-radius: 25px; border-radius: 15px;
margin-bottom: 20px; margin-bottom: 20px;
width: 100%; width: 100%;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);