feat: Color Theme live preview
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
transition: background-color 1s ease;
|
||||
|
||||
ul {
|
||||
padding: 0;
|
||||
|
@@ -9,6 +9,7 @@
|
||||
box-shadow: 0 2px 3px rgba(mc($primary, '500'), 0.2);
|
||||
z-index: 2;
|
||||
color: #FFF;
|
||||
transition: background-color 1s ease;
|
||||
|
||||
/* THEME OVERRIDE - START */
|
||||
|
||||
|
@@ -5,6 +5,7 @@
|
||||
width: 250px;
|
||||
max-width: 250px;
|
||||
min-height: calc(100vh - 120px);
|
||||
transition: background-color 1s ease;
|
||||
|
||||
aside {
|
||||
padding: 1px 0 15px 0;
|
||||
@@ -23,6 +24,7 @@
|
||||
margin: 0 0 15px 0;
|
||||
text-align: center;
|
||||
box-shadow: 0 0 5px rgba(0,0,0,0.3);
|
||||
transition: background-color 1s ease;
|
||||
|
||||
i {
|
||||
margin-right: 5px;
|
||||
|
Reference in New Issue
Block a user