Skip to content

Commit 0cba4b8

Browse files
committed
refactor(multi): updated free html & assets
1 parent c7b81fe commit 0cba4b8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2588
-508
lines changed

assets/vendor/css/core.css

Lines changed: 1977 additions & 401 deletions
Large diffs are not rendered by default.

assets/vendor/css/theme-default.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ a.bg-primary:hover, a.bg-primary:focus {
6262
}
6363

6464
.list-group-item-primary {
65+
border-color: #9b66fd;
6566
background-color: #f2ebff;
6667
color: #824de4 !important;
6768
}
@@ -73,14 +74,15 @@ button.list-group-item-primary {
7374
a.list-group-item-primary:hover, a.list-group-item-primary:focus,
7475
button.list-group-item-primary:hover,
7576
button.list-group-item-primary:focus {
77+
border-color: #9b66fd;
7678
background-color: #e6dff2;
7779
color: #824de4;
7880
}
7981
a.list-group-item-primary.active,
8082
button.list-group-item-primary.active {
81-
border-color: #9055fd;
82-
background-color: #9055fd;
83-
color: #824de4;
83+
border-color: #9055fd !important;
84+
background-color: #9055fd !important;
85+
color: #fff !important;
8486
}
8587

8688
.list-group-item.active {
@@ -556,7 +558,7 @@ a:hover {
556558
border-color: rgba(84, 79, 90, 0.0769076471);
557559
}
558560
.bg-navbar-theme .navbar-toggler-icon {
559-
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(58, 53, 65, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
561+
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(137, 134, 141, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
560562
}
561563
.bg-navbar-theme .navbar-text {
562564
color: #544f5a;

0 commit comments

Comments
 (0)