Skip to content

Commit 63dc352

Browse files
Ayeshmantha Pererassmusoke
Ayeshmantha Perera
authored andcommitted
RA-1592 : Bootstrap as a foundation for Reference Application UI Project - System Administration Page CSS Fix (#227)
1 parent 5dbd218 commit 63dc352

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

omod/src/main/compass/sass/systemadministration/systemadministration.scss

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
@media only screen and (min-width : 320px) and (max-width : 365px) {
1+
.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+
color: #363463;
11+
}
12+
}
13+
14+
@media only screen and (min-width : 320px) and (max-width : 365px) {
215
.homeList a {
316
width: 117px !important;
417
}

0 commit comments

Comments
 (0)