@concretecms/bedrock 1.2.2 → 1.2.3

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.
@@ -83,7 +83,6 @@ div.ccm-block-desktop-waiting-for-me {
83
83
  font-size: 1rem;
84
84
  font-weight: bold;
85
85
  height: 40px;
86
- line-height: 50px;
87
86
  padding: 0;
88
87
  position: relative;
89
88
  text-align: center;
@@ -97,9 +96,6 @@ div.ccm-block-desktop-waiting-for-me {
97
96
 
98
97
  i {
99
98
  color: #ccc;
100
- left: 10px;
101
- position: absolute;
102
- top: 10px;
103
99
  }
104
100
 
105
101
  &:active {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@concretecms/bedrock",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "The asset framework and dependencies for Concrete CMS.",
5
5
  "scripts": {
6
6
  "lint": "standardx \"**/*.{js,vue}\" && stylelint assets/**/*.{scss,vue}",