benerin css untuk warna
This commit is contained in:
parent
e7ca46e4eb
commit
6bb6e61d1a
File diff suppressed because it is too large
Load Diff
@ -102,7 +102,7 @@ Default Css
|
||||
--bg-white: #fff;
|
||||
--text-color: #6b7385;
|
||||
--color-white: #fff;
|
||||
--color-1: #2f57ef;
|
||||
--color-1: #212e91;
|
||||
--color-2: #192335;
|
||||
--color-black: #000;
|
||||
--box-shadow: rgba(100, 100, 111, 0.2) 12px 11px 34px 11px;
|
||||
@ -361,10 +361,10 @@ img {
|
||||
}
|
||||
|
||||
.gradient {
|
||||
background-image: linear-gradient( to right, #2f57ef 0%, #c664ff 51%, #c664ff 100%);
|
||||
background: #02196e;
|
||||
background: linear-gradient(45deg, rgba(2, 25, 110, 1) 0%, rgba(2, 25, 110, 1) 13%, rgba(217, 217, 217, 1) 65%, rgba(255, 255, 255, 1) 98%);
|
||||
transition: 0.5s;
|
||||
background-size: 200% auto;
|
||||
box-shadow: 0 0 20px #eee;
|
||||
}
|
||||
|
||||
.shadow-none {
|
||||
@ -373,7 +373,7 @@ img {
|
||||
|
||||
.gradient:hover {
|
||||
background-position: right center;
|
||||
color: #fff;
|
||||
color: #001151;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -1022,7 +1022,8 @@ img {
|
||||
***************************************************************/
|
||||
|
||||
.pr-wrap {
|
||||
background-image: linear-gradient( to right, #2f57ef 0%, #c664ff 51%, #c664ff 100%);
|
||||
background: #001151;
|
||||
background: linear-gradient(9090deg, rgba(0, 17, 81, 1) 0%, rgba(194, 194, 194, 1) 100%);
|
||||
transition: 0.5s;
|
||||
background-size: 200% auto;
|
||||
box-shadow: 0 0 20px #eee;
|
||||
@ -6308,7 +6309,8 @@ a#team-training-header-menu-icon svg {
|
||||
|
||||
.lms1-breadcrumb-section {
|
||||
padding: 36px 0;
|
||||
background: linear-gradient(270deg, rgba(102, 81, 245, 0.06) 1.37%, rgba(129, 58, 244, 0.06) 86.05%);
|
||||
background: #3a4878;
|
||||
background: linear-gradient(0deg, rgba(58, 72, 120, 0.59) 0%, rgba(255, 255, 255, 1) 100%);
|
||||
}
|
||||
|
||||
.lms1-breadcrumb {
|
||||
@ -6508,7 +6510,7 @@ a#team-training-header-menu-icon svg {
|
||||
}
|
||||
|
||||
.lms-slider-range-wrapper .ui-widget-header {
|
||||
background: rgba(117, 79, 254, 1);
|
||||
background: #001151;
|
||||
}
|
||||
|
||||
.lms-slider-range-wrapper .ui-slider .ui-slider-handle {
|
||||
@ -6525,8 +6527,8 @@ a#team-training-header-menu-icon svg {
|
||||
}
|
||||
|
||||
.lms-slider-range-wrapper .ui-widget-header {
|
||||
border: 1px solid #754FFE !important;
|
||||
background: #754FFE !important;
|
||||
border: 1px solid #001151 !important;
|
||||
background: #212e91 !important;
|
||||
}
|
||||
|
||||
.lms-slider-range-wrapper .ui-slider-horizontal .ui-slider-range {
|
||||
@ -6607,7 +6609,7 @@ a#team-training-header-menu-icon svg {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
border-radius: 4px;
|
||||
background: #754FFE;
|
||||
background: #303d6d;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@ -6618,7 +6620,7 @@ a#team-training-header-menu-icon svg {
|
||||
}
|
||||
|
||||
.sm-search-btn:hover {
|
||||
background: #5324FF;
|
||||
background: #001151;
|
||||
}
|
||||
|
||||
.sm-search-input {
|
||||
@ -7693,4 +7695,4 @@ textarea.lms-form-control {
|
||||
|
||||
/* ===================================================================
|
||||
Tutor Details CSS End
|
||||
====================================================================*/
|
||||
====================================================================*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user