@rypen-dev/shared-components 2.1.80 → 2.1.83

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.80",
4
+ "version": "2.1.83",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -626,6 +626,17 @@ button,
626
626
  }
627
627
  }
628
628
 
629
+ &.dark-gray {
630
+ background-color: $dark-gray;
631
+ color: $white;
632
+
633
+ &:hover,
634
+ &:focus {
635
+ background-color: $button-hover-bg-color;
636
+ color: $dark-gray;
637
+ }
638
+ }
639
+
629
640
  &.stroke {
630
641
  border: solid 2px $button-stroke-color;
631
642
 
@@ -890,6 +890,8 @@ select {
890
890
  margin-bottom: 6px;
891
891
  border: solid 1px $border-gray;
892
892
  cursor: pointer;
893
+ width: 46px;
894
+ height: 46px;
893
895
 
894
896
  body.hover-capable &:hover {
895
897
  border-color: $secondary-alt;
@@ -1047,6 +1049,8 @@ select {
1047
1049
  li {
1048
1050
  margin-right: 4px;
1049
1051
  margin-bottom: 4px;
1052
+ width: 40px;
1053
+ height: 40px;
1050
1054
 
1051
1055
  a {
1052
1056
  width: 30px;
@@ -536,6 +536,11 @@
536
536
  .editor-content & {
537
537
  margin-left: -10px;
538
538
  margin-right: -10px;
539
+
540
+ .non-table-list {
541
+ margin-left: 0;
542
+ margin-right: 0;
543
+ }
539
544
  }
540
545
 
541
546
  .header {