@luscii-healthtech/web-ui 0.1.5 → 0.1.8
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/dist/web-ui.cjs.development.css +50 -50
- package/dist/web-ui.cjs.production.min.css +50 -50
- package/dist/web-ui.esm.css +50 -50
- package/package.json +1 -1
|
@@ -798,17 +798,6 @@
|
|
|
798
798
|
width: 32px;
|
|
799
799
|
height: 32px; }
|
|
800
800
|
|
|
801
|
-
.ql-editor {
|
|
802
|
-
resize: vertical;
|
|
803
|
-
min-height: 10rem; }
|
|
804
|
-
|
|
805
|
-
.ql-snow.ql-toolbar {
|
|
806
|
-
display: block;
|
|
807
|
-
background: #f1f5f9;
|
|
808
|
-
border-top-left-radius: 0.5em;
|
|
809
|
-
border-top-right-radius: 0.5em;
|
|
810
|
-
margin-top: 0.5em; }
|
|
811
|
-
|
|
812
801
|
.cweb-textarea {
|
|
813
802
|
border: 1px solid #cccccc;
|
|
814
803
|
border-radius: 4px;
|
|
@@ -840,6 +829,17 @@
|
|
|
840
829
|
border: 1px solid #ff6266;
|
|
841
830
|
color: #ff6266; }
|
|
842
831
|
|
|
832
|
+
.ql-editor {
|
|
833
|
+
resize: vertical;
|
|
834
|
+
min-height: 10rem; }
|
|
835
|
+
|
|
836
|
+
.ql-snow.ql-toolbar {
|
|
837
|
+
display: block;
|
|
838
|
+
background: #f1f5f9;
|
|
839
|
+
border-top-left-radius: 0.5em;
|
|
840
|
+
border-top-right-radius: 0.5em;
|
|
841
|
+
margin-top: 0.5em; }
|
|
842
|
+
|
|
843
843
|
.editor .rdw-editor {
|
|
844
844
|
overflow-y: auto; }
|
|
845
845
|
.editor .rdw-editor .rdw-link-modal {
|
|
@@ -1012,45 +1012,6 @@
|
|
|
1012
1012
|
.entity-preview-dots.glider-dots .glider-dot.active, .entity-preview-dots.glider-dots .glider-dot:focus {
|
|
1013
1013
|
@apply bg-blue-800; }
|
|
1014
1014
|
|
|
1015
|
-
.cweb-switcher-item {
|
|
1016
|
-
display: flex;
|
|
1017
|
-
justify-content: center;
|
|
1018
|
-
flex-direction: row;
|
|
1019
|
-
align-items: center; }
|
|
1020
|
-
.cweb-switcher-item .cweb-switcher-item-link {
|
|
1021
|
-
display: flex;
|
|
1022
|
-
align-items: center;
|
|
1023
|
-
text-decoration: none;
|
|
1024
|
-
padding: 0.5rem 1rem;
|
|
1025
|
-
cursor: pointer; }
|
|
1026
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon {
|
|
1027
|
-
display: flex;
|
|
1028
|
-
align-items: center; }
|
|
1029
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default,
|
|
1030
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1031
|
-
width: 20px;
|
|
1032
|
-
height: 20px; }
|
|
1033
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1034
|
-
display: none; }
|
|
1035
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-text {
|
|
1036
|
-
color: #737373;
|
|
1037
|
-
transition: color 0.4s ease;
|
|
1038
|
-
padding-bottom: 0; }
|
|
1039
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon + .cweb-switcher-item-link-text {
|
|
1040
|
-
margin-left: 8px;
|
|
1041
|
-
padding: 0; }
|
|
1042
|
-
.cweb-switcher-item.is-selected, .cweb-switcher-item:hover, .cweb-switcher-item:active {
|
|
1043
|
-
border-color: #0074dd;
|
|
1044
|
-
z-index: 1; }
|
|
1045
|
-
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default {
|
|
1046
|
-
display: none; }
|
|
1047
|
-
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1048
|
-
display: inherit; }
|
|
1049
|
-
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-text, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-text, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-text {
|
|
1050
|
-
color: #0074dd; }
|
|
1051
|
-
.cweb-switcher-item.is-disabled {
|
|
1052
|
-
pointer-events: none; }
|
|
1053
|
-
|
|
1054
1015
|
.cweb-box-shadow-default {
|
|
1055
1016
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12); }
|
|
1056
1017
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
@@ -1126,3 +1087,42 @@
|
|
|
1126
1087
|
.cweb-modal-overlay > .cweb-modal .cweb-modal-title-section > .cweb-modal-content {
|
|
1127
1088
|
margin: 24px;
|
|
1128
1089
|
overflow-y: auto; }
|
|
1090
|
+
|
|
1091
|
+
.cweb-switcher-item {
|
|
1092
|
+
display: flex;
|
|
1093
|
+
justify-content: center;
|
|
1094
|
+
flex-direction: row;
|
|
1095
|
+
align-items: center; }
|
|
1096
|
+
.cweb-switcher-item .cweb-switcher-item-link {
|
|
1097
|
+
display: flex;
|
|
1098
|
+
align-items: center;
|
|
1099
|
+
text-decoration: none;
|
|
1100
|
+
padding: 0.5rem 1rem;
|
|
1101
|
+
cursor: pointer; }
|
|
1102
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon {
|
|
1103
|
+
display: flex;
|
|
1104
|
+
align-items: center; }
|
|
1105
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default,
|
|
1106
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1107
|
+
width: 20px;
|
|
1108
|
+
height: 20px; }
|
|
1109
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1110
|
+
display: none; }
|
|
1111
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-text {
|
|
1112
|
+
color: #737373;
|
|
1113
|
+
transition: color 0.4s ease;
|
|
1114
|
+
padding-bottom: 0; }
|
|
1115
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon + .cweb-switcher-item-link-text {
|
|
1116
|
+
margin-left: 8px;
|
|
1117
|
+
padding: 0; }
|
|
1118
|
+
.cweb-switcher-item.is-selected, .cweb-switcher-item:hover, .cweb-switcher-item:active {
|
|
1119
|
+
border-color: #0074dd;
|
|
1120
|
+
z-index: 1; }
|
|
1121
|
+
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default {
|
|
1122
|
+
display: none; }
|
|
1123
|
+
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1124
|
+
display: inherit; }
|
|
1125
|
+
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-text, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-text, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-text {
|
|
1126
|
+
color: #0074dd; }
|
|
1127
|
+
.cweb-switcher-item.is-disabled {
|
|
1128
|
+
pointer-events: none; }
|
|
@@ -798,17 +798,6 @@
|
|
|
798
798
|
width: 32px;
|
|
799
799
|
height: 32px; }
|
|
800
800
|
|
|
801
|
-
.ql-editor {
|
|
802
|
-
resize: vertical;
|
|
803
|
-
min-height: 10rem; }
|
|
804
|
-
|
|
805
|
-
.ql-snow.ql-toolbar {
|
|
806
|
-
display: block;
|
|
807
|
-
background: #f1f5f9;
|
|
808
|
-
border-top-left-radius: 0.5em;
|
|
809
|
-
border-top-right-radius: 0.5em;
|
|
810
|
-
margin-top: 0.5em; }
|
|
811
|
-
|
|
812
801
|
.cweb-textarea {
|
|
813
802
|
border: 1px solid #cccccc;
|
|
814
803
|
border-radius: 4px;
|
|
@@ -840,6 +829,17 @@
|
|
|
840
829
|
border: 1px solid #ff6266;
|
|
841
830
|
color: #ff6266; }
|
|
842
831
|
|
|
832
|
+
.ql-editor {
|
|
833
|
+
resize: vertical;
|
|
834
|
+
min-height: 10rem; }
|
|
835
|
+
|
|
836
|
+
.ql-snow.ql-toolbar {
|
|
837
|
+
display: block;
|
|
838
|
+
background: #f1f5f9;
|
|
839
|
+
border-top-left-radius: 0.5em;
|
|
840
|
+
border-top-right-radius: 0.5em;
|
|
841
|
+
margin-top: 0.5em; }
|
|
842
|
+
|
|
843
843
|
.editor .rdw-editor {
|
|
844
844
|
overflow-y: auto; }
|
|
845
845
|
.editor .rdw-editor .rdw-link-modal {
|
|
@@ -1012,45 +1012,6 @@
|
|
|
1012
1012
|
.entity-preview-dots.glider-dots .glider-dot.active, .entity-preview-dots.glider-dots .glider-dot:focus {
|
|
1013
1013
|
@apply bg-blue-800; }
|
|
1014
1014
|
|
|
1015
|
-
.cweb-switcher-item {
|
|
1016
|
-
display: flex;
|
|
1017
|
-
justify-content: center;
|
|
1018
|
-
flex-direction: row;
|
|
1019
|
-
align-items: center; }
|
|
1020
|
-
.cweb-switcher-item .cweb-switcher-item-link {
|
|
1021
|
-
display: flex;
|
|
1022
|
-
align-items: center;
|
|
1023
|
-
text-decoration: none;
|
|
1024
|
-
padding: 0.5rem 1rem;
|
|
1025
|
-
cursor: pointer; }
|
|
1026
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon {
|
|
1027
|
-
display: flex;
|
|
1028
|
-
align-items: center; }
|
|
1029
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default,
|
|
1030
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1031
|
-
width: 20px;
|
|
1032
|
-
height: 20px; }
|
|
1033
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1034
|
-
display: none; }
|
|
1035
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-text {
|
|
1036
|
-
color: #737373;
|
|
1037
|
-
transition: color 0.4s ease;
|
|
1038
|
-
padding-bottom: 0; }
|
|
1039
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon + .cweb-switcher-item-link-text {
|
|
1040
|
-
margin-left: 8px;
|
|
1041
|
-
padding: 0; }
|
|
1042
|
-
.cweb-switcher-item.is-selected, .cweb-switcher-item:hover, .cweb-switcher-item:active {
|
|
1043
|
-
border-color: #0074dd;
|
|
1044
|
-
z-index: 1; }
|
|
1045
|
-
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default {
|
|
1046
|
-
display: none; }
|
|
1047
|
-
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1048
|
-
display: inherit; }
|
|
1049
|
-
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-text, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-text, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-text {
|
|
1050
|
-
color: #0074dd; }
|
|
1051
|
-
.cweb-switcher-item.is-disabled {
|
|
1052
|
-
pointer-events: none; }
|
|
1053
|
-
|
|
1054
1015
|
.cweb-box-shadow-default {
|
|
1055
1016
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12); }
|
|
1056
1017
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
@@ -1126,3 +1087,42 @@
|
|
|
1126
1087
|
.cweb-modal-overlay > .cweb-modal .cweb-modal-title-section > .cweb-modal-content {
|
|
1127
1088
|
margin: 24px;
|
|
1128
1089
|
overflow-y: auto; }
|
|
1090
|
+
|
|
1091
|
+
.cweb-switcher-item {
|
|
1092
|
+
display: flex;
|
|
1093
|
+
justify-content: center;
|
|
1094
|
+
flex-direction: row;
|
|
1095
|
+
align-items: center; }
|
|
1096
|
+
.cweb-switcher-item .cweb-switcher-item-link {
|
|
1097
|
+
display: flex;
|
|
1098
|
+
align-items: center;
|
|
1099
|
+
text-decoration: none;
|
|
1100
|
+
padding: 0.5rem 1rem;
|
|
1101
|
+
cursor: pointer; }
|
|
1102
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon {
|
|
1103
|
+
display: flex;
|
|
1104
|
+
align-items: center; }
|
|
1105
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default,
|
|
1106
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1107
|
+
width: 20px;
|
|
1108
|
+
height: 20px; }
|
|
1109
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1110
|
+
display: none; }
|
|
1111
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-text {
|
|
1112
|
+
color: #737373;
|
|
1113
|
+
transition: color 0.4s ease;
|
|
1114
|
+
padding-bottom: 0; }
|
|
1115
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon + .cweb-switcher-item-link-text {
|
|
1116
|
+
margin-left: 8px;
|
|
1117
|
+
padding: 0; }
|
|
1118
|
+
.cweb-switcher-item.is-selected, .cweb-switcher-item:hover, .cweb-switcher-item:active {
|
|
1119
|
+
border-color: #0074dd;
|
|
1120
|
+
z-index: 1; }
|
|
1121
|
+
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default {
|
|
1122
|
+
display: none; }
|
|
1123
|
+
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1124
|
+
display: inherit; }
|
|
1125
|
+
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-text, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-text, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-text {
|
|
1126
|
+
color: #0074dd; }
|
|
1127
|
+
.cweb-switcher-item.is-disabled {
|
|
1128
|
+
pointer-events: none; }
|
package/dist/web-ui.esm.css
CHANGED
|
@@ -829,6 +829,17 @@
|
|
|
829
829
|
border: 1px solid #ff6266;
|
|
830
830
|
color: #ff6266; }
|
|
831
831
|
|
|
832
|
+
.ql-editor {
|
|
833
|
+
resize: vertical;
|
|
834
|
+
min-height: 10rem; }
|
|
835
|
+
|
|
836
|
+
.ql-snow.ql-toolbar {
|
|
837
|
+
display: block;
|
|
838
|
+
background: #f1f5f9;
|
|
839
|
+
border-top-left-radius: 0.5em;
|
|
840
|
+
border-top-right-radius: 0.5em;
|
|
841
|
+
margin-top: 0.5em; }
|
|
842
|
+
|
|
832
843
|
.editor .rdw-editor {
|
|
833
844
|
overflow-y: auto; }
|
|
834
845
|
.editor .rdw-editor .rdw-link-modal {
|
|
@@ -906,17 +917,6 @@
|
|
|
906
917
|
.editor .rdw-editor .rdw-editor-main .DraftEditor-root {
|
|
907
918
|
margin: 0 12px; }
|
|
908
919
|
|
|
909
|
-
.ql-editor {
|
|
910
|
-
resize: vertical;
|
|
911
|
-
min-height: 10rem; }
|
|
912
|
-
|
|
913
|
-
.ql-snow.ql-toolbar {
|
|
914
|
-
display: block;
|
|
915
|
-
background: #f1f5f9;
|
|
916
|
-
border-top-left-radius: 0.5em;
|
|
917
|
-
border-top-right-radius: 0.5em;
|
|
918
|
-
margin-top: 0.5em; }
|
|
919
|
-
|
|
920
920
|
.cweb-text-list-item .cweb-text-list-item-icon {
|
|
921
921
|
width: 24px;
|
|
922
922
|
height: 24px;
|
|
@@ -1012,45 +1012,6 @@
|
|
|
1012
1012
|
.entity-preview-dots.glider-dots .glider-dot.active, .entity-preview-dots.glider-dots .glider-dot:focus {
|
|
1013
1013
|
@apply bg-blue-800; }
|
|
1014
1014
|
|
|
1015
|
-
.cweb-switcher-item {
|
|
1016
|
-
display: flex;
|
|
1017
|
-
justify-content: center;
|
|
1018
|
-
flex-direction: row;
|
|
1019
|
-
align-items: center; }
|
|
1020
|
-
.cweb-switcher-item .cweb-switcher-item-link {
|
|
1021
|
-
display: flex;
|
|
1022
|
-
align-items: center;
|
|
1023
|
-
text-decoration: none;
|
|
1024
|
-
padding: 0.5rem 1rem;
|
|
1025
|
-
cursor: pointer; }
|
|
1026
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon {
|
|
1027
|
-
display: flex;
|
|
1028
|
-
align-items: center; }
|
|
1029
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default,
|
|
1030
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1031
|
-
width: 20px;
|
|
1032
|
-
height: 20px; }
|
|
1033
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1034
|
-
display: none; }
|
|
1035
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-text {
|
|
1036
|
-
color: #737373;
|
|
1037
|
-
transition: color 0.4s ease;
|
|
1038
|
-
padding-bottom: 0; }
|
|
1039
|
-
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon + .cweb-switcher-item-link-text {
|
|
1040
|
-
margin-left: 8px;
|
|
1041
|
-
padding: 0; }
|
|
1042
|
-
.cweb-switcher-item.is-selected, .cweb-switcher-item:hover, .cweb-switcher-item:active {
|
|
1043
|
-
border-color: #0074dd;
|
|
1044
|
-
z-index: 1; }
|
|
1045
|
-
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default {
|
|
1046
|
-
display: none; }
|
|
1047
|
-
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1048
|
-
display: inherit; }
|
|
1049
|
-
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-text, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-text, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-text {
|
|
1050
|
-
color: #0074dd; }
|
|
1051
|
-
.cweb-switcher-item.is-disabled {
|
|
1052
|
-
pointer-events: none; }
|
|
1053
|
-
|
|
1054
1015
|
.cweb-box-shadow-default {
|
|
1055
1016
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12); }
|
|
1056
1017
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
@@ -1126,3 +1087,42 @@
|
|
|
1126
1087
|
.cweb-modal-overlay > .cweb-modal .cweb-modal-title-section > .cweb-modal-content {
|
|
1127
1088
|
margin: 24px;
|
|
1128
1089
|
overflow-y: auto; }
|
|
1090
|
+
|
|
1091
|
+
.cweb-switcher-item {
|
|
1092
|
+
display: flex;
|
|
1093
|
+
justify-content: center;
|
|
1094
|
+
flex-direction: row;
|
|
1095
|
+
align-items: center; }
|
|
1096
|
+
.cweb-switcher-item .cweb-switcher-item-link {
|
|
1097
|
+
display: flex;
|
|
1098
|
+
align-items: center;
|
|
1099
|
+
text-decoration: none;
|
|
1100
|
+
padding: 0.5rem 1rem;
|
|
1101
|
+
cursor: pointer; }
|
|
1102
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon {
|
|
1103
|
+
display: flex;
|
|
1104
|
+
align-items: center; }
|
|
1105
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default,
|
|
1106
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1107
|
+
width: 20px;
|
|
1108
|
+
height: 20px; }
|
|
1109
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1110
|
+
display: none; }
|
|
1111
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-text {
|
|
1112
|
+
color: #737373;
|
|
1113
|
+
transition: color 0.4s ease;
|
|
1114
|
+
padding-bottom: 0; }
|
|
1115
|
+
.cweb-switcher-item .cweb-switcher-item-link .cweb-switcher-item-link-icon + .cweb-switcher-item-link-text {
|
|
1116
|
+
margin-left: 8px;
|
|
1117
|
+
padding: 0; }
|
|
1118
|
+
.cweb-switcher-item.is-selected, .cweb-switcher-item:hover, .cweb-switcher-item:active {
|
|
1119
|
+
border-color: #0074dd;
|
|
1120
|
+
z-index: 1; }
|
|
1121
|
+
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-default {
|
|
1122
|
+
display: none; }
|
|
1123
|
+
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-icon .cweb-switcher-item-link-icon-active {
|
|
1124
|
+
display: inherit; }
|
|
1125
|
+
.cweb-switcher-item.is-selected .cweb-switcher-item-link .cweb-switcher-item-link-text, .cweb-switcher-item:hover .cweb-switcher-item-link .cweb-switcher-item-link-text, .cweb-switcher-item:active .cweb-switcher-item-link .cweb-switcher-item-link-text {
|
|
1126
|
+
color: #0074dd; }
|
|
1127
|
+
.cweb-switcher-item.is-disabled {
|
|
1128
|
+
pointer-events: none; }
|
package/package.json
CHANGED