Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
master-absenku-custom
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nurchamim
master-absenku-custom
Commits
72cfe1df
Commit
72cfe1df
authored
Sep 11, 2025
by
nurchamim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- custom warna di masukkan dalam variable
- membuat config untuk nama aplikasi
parent
a0d386ea
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
51 additions
and
41 deletions
+51
-41
application/config/config.php
+1
-0
application/views/auth/login.php
+1
-1
application/views/karyawan/data_keluarga/histori/detail.php
+1
-1
application/views/main_template.php
+1
-1
assets/css/custom-login.css
+7
-2
assets/css/custom-vii.css
+40
-36
No files found.
application/config/config.php
View file @
72cfe1df
...
@@ -27,6 +27,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
...
@@ -27,6 +27,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
$server_name
=
'http://localhost'
;
$server_name
=
'http://localhost'
;
$socket_port
=
2083
;
$socket_port
=
2083
;
$config
[
'nama_apps'
]
=
'Master Custom'
;
$config
[
'base_url'
]
=
$server_name
.
'/technokrea/master_custom/'
;
$config
[
'base_url'
]
=
$server_name
.
'/technokrea/master_custom/'
;
$config
[
'socket_dir'
]
=
$config
[
'base_url'
]
.
'/assets/plugins/node_services/'
;
$config
[
'socket_dir'
]
=
$config
[
'base_url'
]
.
'/assets/plugins/node_services/'
;
$config
[
'dir_assets'
]
=
$config
[
'base_url'
]
.
'assets/'
;
$config
[
'dir_assets'
]
=
$config
[
'base_url'
]
.
'assets/'
;
...
...
application/views/auth/login.php
View file @
72cfe1df
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui"
>
<meta
name=
"author"
content=
"Developer Absenku"
>
<meta
name=
"author"
content=
"Developer Absenku"
>
<meta
name=
"csrf-token"
content=
"
<?=
$this
->
MY_response
[
'csrf_token'
]
?>
"
/>
<meta
name=
"csrf-token"
content=
"
<?=
$this
->
MY_response
[
'csrf_token'
]
?>
"
/>
<title>
Master Absenku Custom
| Login
</title>
<title>
<?=
$this
->
config
->
item
(
'nama_apps'
)
?>
| Login
</title>
<link
rel=
"shortcut icon"
href=
"
<?=
base_url
()
?>
assets/images/logo/favicon.png"
>
<link
rel=
"shortcut icon"
href=
"
<?=
base_url
()
?>
assets/images/logo/favicon.png"
>
<!-- BEGIN VENDOR CSS-->
<!-- BEGIN VENDOR CSS-->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
<?=
base_url
()
?>
assets/app-assets/css/vendors.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
<?=
base_url
()
?>
assets/app-assets/css/vendors.css"
>
...
...
application/views/karyawan/data_keluarga/histori/detail.php
View file @
72cfe1df
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6"
>
<label>
<?=
$this
->
lang
->
line
(
'hubungan
-
dengan_karyawan'
)
?>
</label><br>
<?=
$data
->
hub_keluarga
?>
<label>
<?=
$this
->
lang
->
line
(
'hubungan
_
dengan_karyawan'
)
?>
</label><br>
<?=
$data
->
hub_keluarga
?>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6"
>
<label>
<?=
$this
->
lang
->
line
(
'status_perkawinan'
)
?>
</label><br>
<?=
$data
->
status_perkawinan
?>
<label>
<?=
$this
->
lang
->
line
(
'status_perkawinan'
)
?>
</label><br>
<?=
$data
->
status_perkawinan
?>
...
...
application/views/main_template.php
View file @
72cfe1df
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui"
>
<meta
name=
"csrf-token"
content=
"
<?=
$this
->
MY_response
[
'csrf_token'
]
?>
"
/>
<meta
name=
"csrf-token"
content=
"
<?=
$this
->
MY_response
[
'csrf_token'
]
?>
"
/>
<title>
Master Absenku Custom
|
<?=
$judul
?>
</title>
<title>
<?=
$this
->
config
->
item
(
'nama_apps'
)
?>
|
<?=
$judul
?>
</title>
<link
rel=
"apple-touch-icon"
href=
"
<?=
$this
->
config
->
item
(
'dir_assets'
)
?>
app-assets/images/ico/apple-icon-120.png"
>
<link
rel=
"apple-touch-icon"
href=
"
<?=
$this
->
config
->
item
(
'dir_assets'
)
?>
app-assets/images/ico/apple-icon-120.png"
>
<!-- favicon
<!-- favicon
============================================ -->
============================================ -->
...
...
assets/css/custom-login.css
View file @
72cfe1df
:root
{
--warna-kustom
:
#047C7C
;
}
@font-face
{
@font-face
{
font-family
:
"Open Sans Regular"
;
font-family
:
"Open Sans Regular"
;
font-style
:
normal
;
font-style
:
normal
;
...
@@ -134,7 +139,7 @@ html body {
...
@@ -134,7 +139,7 @@ html body {
padding
:
0.3rem
1.25rem
!important
;
padding
:
0.3rem
1.25rem
!important
;
}
}
.konten-kanan
.btn
{
.konten-kanan
.btn
{
background-color
:
#047C7C
;
background-color
:
var
(
--warna-kustom
)
;
color
:
#fff
;
color
:
#fff
;
border-radius
:
60px
;
border-radius
:
60px
;
padding
:
10px
;
padding
:
10px
;
...
@@ -160,7 +165,7 @@ html body {
...
@@ -160,7 +165,7 @@ html body {
color
:
#3f587e
;
color
:
#3f587e
;
border
:
0
;
border
:
0
;
background-color
:
#f5f5f5
;
background-color
:
#f5f5f5
;
border-left
:
3px
solid
#047C7C
;
border-left
:
3px
solid
var
(
--warna-kustom
)
;
border-radius
:
0
;
border-radius
:
0
;
}
}
...
...
assets/css/custom-vii.css
View file @
72cfe1df
:root
{
--warna-kustom
:
#047C7C
;
}
@font-face
{
@font-face
{
font-family
:
"Poppins Regular"
;
font-family
:
"Poppins Regular"
;
font-style
:
normal
;
font-style
:
normal
;
...
@@ -62,7 +66,7 @@ body {
...
@@ -62,7 +66,7 @@ body {
}
}
/*Header Kanan*/
/*Header Kanan*/
.header-navbar
.navbar-container
ul
.nav
li
i
.ficon
{
.header-navbar
.navbar-container
ul
.nav
li
i
.ficon
{
color
:
#047C7C
;
color
:
var
(
--warna-kustom
)
;
}
}
.header-navbar
.navbar-container
ul
.nav
li
.badge-danger
{
.header-navbar
.navbar-container
ul
.nav
li
.badge-danger
{
background-color
:
#f22c43
;
background-color
:
#f22c43
;
...
@@ -120,7 +124,7 @@ body {
...
@@ -120,7 +124,7 @@ body {
}
}
.header-navbar
.nav
.nav-item
i
{
.header-navbar
.nav
.nav-item
i
{
align-self
:
center
;
align-self
:
center
;
color
:
#047C7C
;
color
:
var
(
--warna-kustom
)
;
}
}
#sticky-wrapper
.header-navbar
{
#sticky-wrapper
.header-navbar
{
min-height
:
auto
;
min-height
:
auto
;
...
@@ -133,16 +137,16 @@ body {
...
@@ -133,16 +137,16 @@ body {
.horizontal-menu
.navbar-light
ul
#main-menu-navigation
>
li
>
a
:hover
{
.horizontal-menu
.navbar-light
ul
#main-menu-navigation
>
li
>
a
:hover
{
border-bottom
:
0
;
border-bottom
:
0
;
font-weight
:
600
;
font-weight
:
600
;
color
:
#047C7C
;
color
:
var
(
--warna-kustom
)
;
background-color
:
#fff
!important
;
background-color
:
#fff
!important
;
}
}
.horizontal-menu
.navbar-light
ul
#main-menu-navigation
>
li
.show
>
a
{
.horizontal-menu
.navbar-light
ul
#main-menu-navigation
>
li
.show
>
a
{
background-color
:
#fff
!important
;
background-color
:
#fff
!important
;
}
}
.horizontal-menu
.navbar-light
.mega-dropdown-menu
.active
>
a
{
.horizontal-menu
.navbar-light
.mega-dropdown-menu
.active
>
a
{
border-bottom
:
2px
solid
#047C7C
;
border-bottom
:
2px
solid
var
(
--warna-kustom
)
;
background-color
:
transparent
!important
;
background-color
:
transparent
!important
;
color
:
#047C7C
!important
;
color
:
var
(
--warna-kustom
)
!important
;
font-weight
:
600
;
font-weight
:
600
;
}
}
.navbar-nav
.mega-dropdown-menu
ul
a
.dropdown-item
{
.navbar-nav
.mega-dropdown-menu
ul
a
.dropdown-item
{
...
@@ -155,7 +159,7 @@ body {
...
@@ -155,7 +159,7 @@ body {
}
}
.navbar-nav
.mega-dropdown-menu
ul
a
.dropdown-item
:hover
{
.navbar-nav
.mega-dropdown-menu
ul
a
.dropdown-item
:hover
{
background-color
:
transparent
;
background-color
:
transparent
;
border-bottom
:
2px
solid
#047C7C
;
border-bottom
:
2px
solid
var
(
--warna-kustom
)
;
}
}
#sticky-wrapper
.header-navbar
.navbar-container
{
#sticky-wrapper
.header-navbar
.navbar-container
{
/*padding: 0px;*/
/*padding: 0px;*/
...
@@ -239,7 +243,7 @@ a.dropdown-toggle::after {
...
@@ -239,7 +243,7 @@ a.dropdown-toggle::after {
}
}
html
body
.content
.content-wrapper
.content-header-title
{
html
body
.content
.content-wrapper
.content-header-title
{
font-family
:
"Poppins SemiBold"
;
font-family
:
"Poppins SemiBold"
;
color
:
#047C7C
;
color
:
var
(
--warna-kustom
)
;
font-size
:
18px
;
font-size
:
18px
;
letter-spacing
:
normal
;
letter-spacing
:
normal
;
font-weight
:
normal
;
font-weight
:
normal
;
...
@@ -252,7 +256,7 @@ html body .content .content-wrapper .content-header-title {
...
@@ -252,7 +256,7 @@ html body .content .content-wrapper .content-header-title {
color
:
#a7a7a7
;
color
:
#a7a7a7
;
}
}
.breadcrumbs-top
.breadcrumb-item.active
{
.breadcrumbs-top
.breadcrumb-item.active
{
color
:
#047C7C
;
color
:
var
(
--warna-kustom
)
;
}
}
.content-header
{
.content-header
{
position
:
relative
;
position
:
relative
;
...
@@ -265,7 +269,7 @@ html body .content .content-wrapper .content-header-title {
...
@@ -265,7 +269,7 @@ html body .content .content-wrapper .content-header-title {
top
:
22px
;
top
:
22px
;
width
:
4px
;
/* Thickness */
width
:
4px
;
/* Thickness */
height
:
30px
;
height
:
30px
;
background
:
#047C7C
;
/* Color */
background
:
var
(
--warna-kustom
)
;
/* Color */
box-shadow
:
2px
6px
7px
#00000014
;
box-shadow
:
2px
6px
7px
#00000014
;
/*z-index: 100; */
/*z-index: 100; */
}
}
...
@@ -363,14 +367,14 @@ html body .content .content-wrapper {
...
@@ -363,14 +367,14 @@ html body .content .content-wrapper {
top
:
15px
;
top
:
15px
;
width
:
6px
;
/* Thickness */
width
:
6px
;
/* Thickness */
height
:
30px
;
height
:
30px
;
background
:
#047C7C
;
/* Color */
background
:
var
(
--warna-kustom
)
;
/* Color */
box-shadow
:
2px
6px
7px
#00000014
;
box-shadow
:
2px
6px
7px
#00000014
;
/*z-index: 100; */
/*z-index: 100; */
}
}
.card-absenku.card-header
h4
{
.card-absenku.card-header
h4
{
font-family
:
"Poppins SemiBold"
;
font-family
:
"Poppins SemiBold"
;
color
:
#047C7C
;
color
:
var
(
--warna-kustom
)
;
text-transform
:
capitalize
;
text-transform
:
capitalize
;
font-size
:
17px
;
font-size
:
17px
;
letter-spacing
:
normal
;
letter-spacing
:
normal
;
...
@@ -446,14 +450,14 @@ select.form-control:not([size]):not([multiple]),
...
@@ -446,14 +450,14 @@ select.form-control:not([size]):not([multiple]),
font-size
:
1.25rem
!important
;
font-size
:
1.25rem
!important
;
}
}
.btn-biru
{
.btn-biru
{
background-color
:
#047C7C
;
background-color
:
var
(
--warna-kustom
)
;
color
:
#fff
;
color
:
#fff
;
border
:
1px
solid
#047C7C
;
border
:
1px
solid
var
(
--warna-kustom
)
;
}
}
.btn-outline-biru
{
.btn-outline-biru
{
background-color
:
transparent
;
background-color
:
transparent
;
color
:
#047C7C
;
color
:
var
(
--warna-kustom
)
;
border
:
1px
solid
#047C7C
;
border
:
1px
solid
var
(
--warna-kustom
)
;
}
}
.btn-daftar
{
.btn-daftar
{
background-image
:
linear-gradient
(
to
right
,
#ff9200
,
#ffc300
,
#ff9200
);
background-image
:
linear-gradient
(
to
right
,
#ff9200
,
#ffc300
,
#ff9200
);
...
@@ -465,7 +469,7 @@ select.form-control:not([size]):not([multiple]),
...
@@ -465,7 +469,7 @@ select.form-control:not([size]):not([multiple]),
/*CSS Table*/
/*CSS Table*/
table
.dataTable
thead
{
table
.dataTable
thead
{
background-color
:
#047C7C
;
background-color
:
var
(
--warna-kustom
)
;
color
:
#fff
;
color
:
#fff
;
text-align
:
center
;
text-align
:
center
;
font-size
:
13.5px
;
font-size
:
13.5px
;
...
@@ -499,9 +503,9 @@ table.dataTable .badge {
...
@@ -499,9 +503,9 @@ table.dataTable .badge {
/*CSS Footer*/
/*CSS Footer*/
footer
{
footer
{
font-family
:
"Proxima Nova Regular"
;
font-family
:
"Proxima Nova Regular"
;
background
:
#047C7C
;
background
:
var
(
--warna-kustom
)
;
color
:
#fff
;
color
:
#fff
;
border-top
:
2px
solid
#047C7C
;
border-top
:
2px
solid
var
(
--warna-kustom
)
;
padding
:
12px
;
padding
:
12px
;
font-size
:
14px
;
font-size
:
14px
;
letter-spacing
:
1px
;
letter-spacing
:
1px
;
...
@@ -611,7 +615,7 @@ footer {
...
@@ -611,7 +615,7 @@ footer {
font-size
:
2.4em
;
font-size
:
2.4em
;
word-spacing
:
2px
;
word-spacing
:
2px
;
line-height
:
1.4
;
line-height
:
1.4
;
color
:
#047C7C
;
color
:
var
(
--warna-kustom
)
;
}
}
.register-berhasil
h2
strong
{
.register-berhasil
h2
strong
{
font-family
:
"Poppins SemiBold"
;
font-family
:
"Poppins SemiBold"
;
...
@@ -682,7 +686,7 @@ footer {
...
@@ -682,7 +686,7 @@ footer {
}
}
.info-absenku
h4
{
.info-absenku
h4
{
font-family
:
"Poppins SemiBold"
;
font-family
:
"Poppins SemiBold"
;
color
:
#047C7C
;
color
:
var
(
--warna-kustom
)
;
font-size
:
16px
;
font-size
:
16px
;
margin-bottom
:
5%
;
margin-bottom
:
5%
;
}
}
...
@@ -691,8 +695,8 @@ footer {
...
@@ -691,8 +695,8 @@ footer {
margin-right
:
7px
;
margin-right
:
7px
;
}
}
.btn-upgrade
{
.btn-upgrade
{
background-image
:
-webkit-linear-gradient
(
left
,
#047C7C
0
,
#3dc5ff
100%
);
background-image
:
-webkit-linear-gradient
(
left
,
var
(
--warna-kustom
)
0
,
#3dc5ff
100%
);
background-image
:
linear-gradient
(
to
right
,
#047C7C
0
,
#3dc5ff
100%
);
background-image
:
linear-gradient
(
to
right
,
var
(
--warna-kustom
)
0
,
#3dc5ff
100%
);
background-repeat
:
repeat-x
;
background-repeat
:
repeat-x
;
color
:
#fff
;
color
:
#fff
;
font-family
:
"Proxima Nova Regular"
;
font-family
:
"Proxima Nova Regular"
;
...
@@ -704,8 +708,8 @@ footer {
...
@@ -704,8 +708,8 @@ footer {
.daftar-pengajuan
.nav.nav-tabs
.nav-item
.nav-link.active
,
.daftar-pengajuan
.nav.nav-tabs
.nav-item
.nav-link.active
,
.daftar-pengajuan
.nav.nav-tabs
.nav-item
.nav-link
:hover
{
.daftar-pengajuan
.nav.nav-tabs
.nav-item
.nav-link
:hover
{
background-color
:
#d8e9fa
;
background-color
:
#d8e9fa
;
color
:
#047C7C
;
color
:
var
(
--warna-kustom
)
;
border
:
1px
solid
#047C7C
;
border
:
1px
solid
var
(
--warna-kustom
)
;
}
}
.daftar-pengajuan
.nav.nav-tabs
.nav-item
.nav-link
{
.daftar-pengajuan
.nav.nav-tabs
.nav-item
.nav-link
{
font-family
:
"Poppins Medium"
;
font-family
:
"Poppins Medium"
;
...
@@ -872,7 +876,7 @@ form h4.f-daftar {
...
@@ -872,7 +876,7 @@ form h4.f-daftar {
.informasi-paket
.card-header
{
.informasi-paket
.card-header
{
color
:
#fff
;
color
:
#fff
;
background-color
:
#047C7C
;
background-color
:
var
(
--warna-kustom
)
;
border-top-left-radius
:
15px
;
border-top-left-radius
:
15px
;
border-top-right-radius
:
15px
;
border-top-right-radius
:
15px
;
padding
:
1rem
1.5rem
;
padding
:
1rem
1.5rem
;
...
@@ -909,7 +913,7 @@ form h4.f-daftar {
...
@@ -909,7 +913,7 @@ form h4.f-daftar {
}
}
.informasi-paket
.card-footer
h4
{
.informasi-paket
.card-footer
h4
{
font-family
:
"Poppins SemiBold"
;
font-family
:
"Poppins SemiBold"
;
color
:
#047C7C
;
color
:
var
(
--warna-kustom
)
;
}
}
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
...
@@ -1077,7 +1081,7 @@ div.panelfilter {
...
@@ -1077,7 +1081,7 @@ div.panelfilter {
top
:
0.5em
;
top
:
0.5em
;
width
:
5px
;
width
:
5px
;
height
:
33px
;
height
:
33px
;
background
:
#047C7C
;
/* Color */
background
:
var
(
--warna-kustom
)
;
/* Color */
box-shadow
:
2px
6px
7px
#00000014
;
box-shadow
:
2px
6px
7px
#00000014
;
z-index
:
100
;
z-index
:
100
;
}
}
...
@@ -1232,7 +1236,7 @@ div.dataTables_wrapper div.dataTables_filter label {
...
@@ -1232,7 +1236,7 @@ div.dataTables_wrapper div.dataTables_filter label {
color
:
#333
;
color
:
#333
;
}
}
.page-link
:hover
{
.page-link
:hover
{
background-color
:
#047C7C
;
background-color
:
var
(
--warna-kustom
)
;
color
:
#fff
;
color
:
#fff
;
}
}
ul
.pagination
.page-item.active
.page-link
{
ul
.pagination
.page-item.active
.page-link
{
...
@@ -1245,7 +1249,7 @@ ul.pagination .page-item.active .page-link {
...
@@ -1245,7 +1249,7 @@ ul.pagination .page-item.active .page-link {
transition
:
color
0.15s
ease
,
background-color
0.15s
ease
,
transition
:
color
0.15s
ease
,
background-color
0.15s
ease
,
border-color
0.15s
ease
,
box-shadow
0.15s
ease
,
border-color
0.15s
ease
,
box-shadow
0.15s
ease
,
-webkit-box-shadow
0.15s
ease
;
-webkit-box-shadow
0.15s
ease
;
background-color
:
#047C7C
;
background-color
:
var
(
--warna-kustom
)
;
color
:
#fff
;
color
:
#fff
;
align-items
:
center
;
align-items
:
center
;
height
:
2rem
;
height
:
2rem
;
...
@@ -1274,7 +1278,7 @@ ul.pagination li:last-child a {
...
@@ -1274,7 +1278,7 @@ ul.pagination li:last-child a {
}
}
ul
.pagination
li
:first-child
a
:hover
,
ul
.pagination
li
:first-child
a
:hover
,
ul
.pagination
li
:last-child
a
:hover
{
ul
.pagination
li
:last-child
a
:hover
{
background-color
:
#047C7C
!important
;
background-color
:
var
(
--warna-kustom
)
!important
;
}
}
.dataTables_paginate.paging_simple_numbers
{
.dataTables_paginate.paging_simple_numbers
{
...
@@ -1284,7 +1288,7 @@ ul.pagination li:last-child a:hover {
...
@@ -1284,7 +1288,7 @@ ul.pagination li:last-child a:hover {
/* Start Custom Background, title dan button close Header Modal Boostrap */
/* Start Custom Background, title dan button close Header Modal Boostrap */
.modal
.modal-dialog
.card-header
{
.modal
.modal-dialog
.card-header
{
background-color
:
#047C7C
;
background-color
:
var
(
--warna-kustom
)
;
}
}
.modal
.modal-dialog
.card-header
h3
,
.modal
.modal-dialog
.card-header
h3
,
.modal
.modal-dialog
.card-header
button
{
.modal
.modal-dialog
.card-header
button
{
...
@@ -1487,10 +1491,10 @@ input[type="radio"]:checked {
...
@@ -1487,10 +1491,10 @@ input[type="radio"]:checked {
width
:
64px
;
width
:
64px
;
height
:
64px
;
height
:
64px
;
margin
:
8px
;
margin
:
8px
;
border
:
8px
solid
#047C7C
;
border
:
8px
solid
var
(
--warna-kustom
)
;
border-radius
:
50%
;
border-radius
:
50%
;
animation
:
custom-lds-ring
1.2s
cubic-bezier
(
0.5
,
0
,
0.5
,
1
)
infinite
;
animation
:
custom-lds-ring
1.2s
cubic-bezier
(
0.5
,
0
,
0.5
,
1
)
infinite
;
border-color
:
#047C7C
transparent
transparent
transparent
;
border-color
:
var
(
--warna-kustom
)
transparent
transparent
transparent
;
}
}
.custom-lds-ring
div
:nth-child
(
1
)
{
.custom-lds-ring
div
:nth-child
(
1
)
{
animation-delay
:
-0.45s
;
animation-delay
:
-0.45s
;
...
@@ -1565,7 +1569,7 @@ table label.badge {
...
@@ -1565,7 +1569,7 @@ table label.badge {
/* Header Kalendar */
/* Header Kalendar */
.fc-widget-header
{
.fc-widget-header
{
background-color
:
#047C7C
;
background-color
:
var
(
--warna-kustom
)
;
color
:
#ffffff
;
color
:
#ffffff
;
}
}
...
@@ -1697,7 +1701,7 @@ img.ico-tab {
...
@@ -1697,7 +1701,7 @@ img.ico-tab {
}
}
input
.default
:checked
+
.slider
{
input
.default
:checked
+
.slider
{
background-color
:
#047C7C
;
background-color
:
var
(
--warna-kustom
)
;
}
}
input
:focus
+
.slider
{
input
:focus
+
.slider
{
...
@@ -1830,7 +1834,7 @@ input:checked + .slider:before {
...
@@ -1830,7 +1834,7 @@ input:checked + .slider:before {
}
}
.text-primary
,
a
.text-primary
:hover
,
a
.text-primary
:focus
{
.text-primary
,
a
.text-primary
:hover
,
a
.text-primary
:focus
{
color
:
#047C7C
!important
;
color
:
var
(
--warna-kustom
)
!important
;
font-weight
:
bold
!important
;
font-weight
:
bold
!important
;
}
}
/* END CSS BANTUAN LAYANAN */
/* END CSS BANTUAN LAYANAN */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment