liferay-frontend-theme-styled 5.0.24 → 5.0.28

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.
@@ -16,11 +16,8 @@
16
16
 
17
17
  tr td.line-numbers {
18
18
  background: #fafafa;
19
-
20
- &:before {
21
- color: #aaa;
22
- text-shadow: 1px 1px #fff;
23
- }
19
+ color: #aaa;
20
+ text-shadow: 1px 1px #fff;
24
21
  }
25
22
  }
26
23
 
@@ -3,9 +3,15 @@
3
3
  .portlet-dynamic-data-lists-display,
4
4
  .portlet-dynamic-data-lists {
5
5
  .lfr-ddm-field-group {
6
- margin-bottom: 10px;
7
- margin-top: 10px;
8
- padding: 28px 24px;
6
+ background: #fff;
7
+ border-radius: 3px;
8
+ border-top: 5px solid transparent;
9
+ box-shadow: 0 1px 2px #c4c4c4;
10
+ margin: 8px 6px 0;
11
+ outline: 0;
12
+ padding: 10px;
13
+ position: relative;
14
+ -webkit-box-shadow: 0 1px 2px #c4c4c4;
9
15
  }
10
16
  }
11
17
 
@@ -88,20 +94,6 @@
88
94
  }
89
95
  }
90
96
 
91
- // ---------- liferay-ui:icon-menu Taglib ----------
92
-
93
- .lfr-icon-menu {
94
- .dropdown-toggle {
95
- font-size: $dropdown-action-toggle-font-size;
96
-
97
- > span {
98
- display: inherit;
99
- line-height: inherit;
100
- width: inherit;
101
- }
102
- }
103
- }
104
-
105
97
  // ---------- Navbar form search ----------
106
98
 
107
99
  .navbar form {
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"liferay-npm-scripts check","format":"liferay-npm-scripts fix"},"version":"5.0.24","author":"Nathan Cavanaugh <nathan.cavanaugh@liferay.com> (https://github.com/natecavanaugh)","bugs":"https://issues.liferay.com/","description":"Liferay Frontend Theme Styled","keywords":[],"license":"LGPL","main":"package.json","repository":"liferay/liferay-portal"}
1
+ {"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"liferay-npm-scripts check","format":"liferay-npm-scripts fix"},"version":"5.0.28","author":"Nathan Cavanaugh <nathan.cavanaugh@liferay.com> (https://github.com/natecavanaugh)","bugs":"https://issues.liferay.com/","description":"Liferay Frontend Theme Styled","keywords":[],"license":"LGPL","main":"package.json","repository":"liferay/liferay-portal"}