@rypen-dev/shared-components 2.1.74 → 2.1.75

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rypen-dev/shared-components",
3
3
  "description": "Shared styles and Vuejs ui components for Rypen projects.",
4
- "version": "2.1.74",
4
+ "version": "2.1.75",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -747,6 +747,12 @@ label {
747
747
  select {
748
748
  border-width: 2px !important;
749
749
  border-style: solid !important;
750
+
751
+ &.line {
752
+ border-top-width: 0 !important;
753
+ border-left-width: 0 !important;
754
+ border-right-width: 0 !important;
755
+ }
750
756
  }
751
757
 
752
758
  &:not(.tiny) {