@intellias/menu 1.1.42 → 1.1.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/main.css +2 -14
- package/package.json +1 -1
package/dist/css/main.css
CHANGED
|
@@ -1121,25 +1121,15 @@
|
|
|
1121
1121
|
font-family: play, sans-serif;
|
|
1122
1122
|
height: inherit;
|
|
1123
1123
|
}
|
|
1124
|
-
.navbar-fixed nav .brand-logo.lite-logo img {
|
|
1125
|
-
margin-top: 5px;
|
|
1126
|
-
}
|
|
1127
1124
|
.navbar-fixed nav .brand-logo img {
|
|
1128
1125
|
width: 150px;
|
|
1129
1126
|
height: 54px;
|
|
1130
1127
|
margin-left: 15px;
|
|
1131
|
-
margin-top: 0;
|
|
1132
1128
|
}
|
|
1133
1129
|
@media only screen and (max-width : 600px) {
|
|
1134
1130
|
.navbar-fixed nav .brand-logo img {
|
|
1135
1131
|
height: 56px;
|
|
1136
|
-
width:
|
|
1137
|
-
margin-top: 0;
|
|
1138
|
-
}
|
|
1139
|
-
}
|
|
1140
|
-
@media only screen and (max-width : 430px) {
|
|
1141
|
-
.navbar-fixed nav .brand-logo img {
|
|
1142
|
-
width: 130px;
|
|
1132
|
+
width: 100px;
|
|
1143
1133
|
}
|
|
1144
1134
|
}
|
|
1145
1135
|
@media only screen and (max-width : 992px) {
|
|
@@ -1167,8 +1157,6 @@
|
|
|
1167
1157
|
height: 36px;
|
|
1168
1158
|
line-height: 36px;
|
|
1169
1159
|
padding: 6px 6px;
|
|
1170
|
-
margin-left: 5px;
|
|
1171
|
-
margin-right: 10px;
|
|
1172
1160
|
}
|
|
1173
1161
|
}
|
|
1174
1162
|
.navbar-fixed nav .btn.play-pause > i.icon {
|
|
@@ -1428,7 +1416,7 @@
|
|
|
1428
1416
|
flex-wrap: wrap;
|
|
1429
1417
|
flex-direction: column;
|
|
1430
1418
|
justify-content: space-between;
|
|
1431
|
-
width: 20px;
|
|
1419
|
+
min-width: 20px;
|
|
1432
1420
|
height: 14px;
|
|
1433
1421
|
order: 0;
|
|
1434
1422
|
margin: 0 5px;
|