Still on the Journey

This commit is contained in:
Focuslinkstech 2024-08-22 21:26:34 +01:00 committed by GitHub
parent 0265304069
commit cde2706c04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -173,6 +173,22 @@
border-radius: 25px !important;
}
.box.box-solid.box-primary>.box-header {
color: inherit;
background-color: transparent;
border-color: transparent;
}
.box-footer {
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 25px;
border-bottom-left-radius: 25px;
border-top: 1px solid #f4f4f4;
padding: 10px;
background-color: #f6f6f6;
}
/* Search Bar Start Here */
.wrap {
width: 30%;