We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dbd218 commit 63dc352Copy full SHA for 63dc352
omod/src/main/compass/sass/systemadministration/systemadministration.scss
@@ -1,4 +1,17 @@
1
-@media only screen and (min-width : 320px) and (max-width : 365px) {
+.homeList a {
2
+ font-size: unset;
3
+ white-space: normal;
4
+ width: 166px !important;
5
+ color: #363463;
6
+
7
+ &:hover{
8
+ background: #e2e2e2;
9
+ border-color: #d0d0d0;
10
11
+ }
12
+}
13
14
+ @media only screen and (min-width : 320px) and (max-width : 365px) {
15
.homeList a {
16
width: 117px !important;
17
}
0 commit comments