Skip to content

Commit 01d9ca0

Browse files
styling brought in line with menu editor
1 parent a43b56a commit 01d9ca0

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

frontend/src/modules/editor/selectTheme/less/editorTheme.less

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,6 @@
2020
transition:all 0.3s;
2121
border: 1px solid #d6f2f9;
2222

23-
&.selected {
24-
background-color: @primary-color;
25-
color: @button-primary-text-color;
26-
.description {
27-
color: #d6f2f9;
28-
}
29-
}
30-
&:hover {
31-
cursor: pointer;
32-
box-shadow: 0 0 5px 2px #CBE1E6;
33-
}
34-
3523
&-inner {
3624
padding-top: 20px;
3725

@@ -54,6 +42,19 @@
5442
}
5543
}
5644
}
45+
46+
&.selected {
47+
background-color: @primary-color;
48+
color: @button-primary-text-color;
49+
.description {
50+
color: #d6f2f9;
51+
}
52+
}
53+
54+
&:hover {
55+
cursor: pointer;
56+
box-shadow: 0 0 5px 2px #CBE1E6;
57+
}
5758
}
5859

5960
.theme-palette {
@@ -63,7 +64,6 @@
6364
width: 60px;
6465
float: left;
6566
position: relative;
66-
background: url(/images/theme_bg.png) top left no-repeat;
6767
margin-left: 0;
6868
margin-right: 18px;
6969

0 commit comments

Comments
 (0)