@intellias/menu 1.1.42 → 1.1.44

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.
Files changed (2) hide show
  1. package/dist/css/main.css +5 -14
  2. package/package.json +1 -1
package/dist/css/main.css CHANGED
@@ -1115,31 +1115,23 @@
1115
1115
  }
1116
1116
  .navbar-fixed nav .brand-logo {
1117
1117
  position: relative;
1118
+ display: inline-flex;
1119
+ align-items: center;
1118
1120
  font-weight: bold;
1119
1121
  text-transform: uppercase;
1120
1122
  vertical-align: middle;
1121
1123
  font-family: play, sans-serif;
1122
1124
  height: inherit;
1123
1125
  }
1124
- .navbar-fixed nav .brand-logo.lite-logo img {
1125
- margin-top: 5px;
1126
- }
1127
1126
  .navbar-fixed nav .brand-logo img {
1128
1127
  width: 150px;
1129
1128
  height: 54px;
1130
1129
  margin-left: 15px;
1131
- margin-top: 0;
1132
1130
  }
1133
1131
  @media only screen and (max-width : 600px) {
1134
1132
  .navbar-fixed nav .brand-logo img {
1135
1133
  height: 56px;
1136
- width: 140px;
1137
- margin-top: 0;
1138
- }
1139
- }
1140
- @media only screen and (max-width : 430px) {
1141
- .navbar-fixed nav .brand-logo img {
1142
- width: 130px;
1134
+ width: 100px;
1143
1135
  }
1144
1136
  }
1145
1137
  @media only screen and (max-width : 992px) {
@@ -1154,6 +1146,7 @@
1154
1146
  line-height: 42px;
1155
1147
  padding: 8px;
1156
1148
  margin-left: 20px;
1149
+ margin-right: 10px;
1157
1150
  border-radius: 5px;
1158
1151
  }
1159
1152
  @media only screen and (max-width : 992px) {
@@ -1167,8 +1160,6 @@
1167
1160
  height: 36px;
1168
1161
  line-height: 36px;
1169
1162
  padding: 6px 6px;
1170
- margin-left: 5px;
1171
- margin-right: 10px;
1172
1163
  }
1173
1164
  }
1174
1165
  .navbar-fixed nav .btn.play-pause > i.icon {
@@ -1428,7 +1419,7 @@
1428
1419
  flex-wrap: wrap;
1429
1420
  flex-direction: column;
1430
1421
  justify-content: space-between;
1431
- width: 20px;
1422
+ min-width: 20px;
1432
1423
  height: 14px;
1433
1424
  order: 0;
1434
1425
  margin: 0 5px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intellias/menu",
3
- "version": "1.1.42",
3
+ "version": "1.1.44",
4
4
  "description": "Menu for intems project.",
5
5
  "author": "Intems",
6
6
  "scripts": {