holygrail2 1.1.90 → 1.1.91
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 +1 -1
- package/scss/base/_helpers.scss +10 -16
- package/scss/elements/_buttons.scss +21 -0
package/package.json
CHANGED
package/scss/base/_helpers.scss
CHANGED
|
@@ -936,23 +936,17 @@ strong {
|
|
|
936
936
|
text-transform: none;
|
|
937
937
|
}
|
|
938
938
|
}
|
|
939
|
-
[lang^="zh"]
|
|
940
|
-
|
|
941
|
-
[lang^="ko"],
|
|
942
|
-
//coreano ko-KR
|
|
939
|
+
[lang^="zh"],//chino
|
|
940
|
+
[lang^="zn"],//chino
|
|
941
|
+
[lang^="ko"], //coreano ko-KR
|
|
943
942
|
[lang^="vi"],
|
|
944
|
-
[lang^="el"]
|
|
945
|
-
|
|
946
|
-
[lang^="
|
|
947
|
-
|
|
948
|
-
[lang^="
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
//serbio
|
|
952
|
-
[lang^="uk"],
|
|
953
|
-
//ukraniano
|
|
954
|
-
[lang^="bg"],
|
|
955
|
-
//bulgaro
|
|
943
|
+
[lang^="el"],//griego
|
|
944
|
+
[lang^="tr"],// turco
|
|
945
|
+
[lang^="ru"],//ruso
|
|
946
|
+
[lang^="sr"],//serbio
|
|
947
|
+
[lang^="uk"],//ukraniano
|
|
948
|
+
[lang^="bg"],//bulgaro
|
|
949
|
+
|
|
956
950
|
[lang^="ar"] //arab emirates, egipto ,jordania, israel ,qatar , bahrain ,arabia saudi
|
|
957
951
|
{
|
|
958
952
|
body {
|
|
@@ -1030,6 +1030,27 @@ button {
|
|
|
1030
1030
|
}
|
|
1031
1031
|
}
|
|
1032
1032
|
|
|
1033
|
+
[lang^="zh"],//chino
|
|
1034
|
+
[lang^="zn"],//chino
|
|
1035
|
+
[lang^="ko"] //coreano ko-KR
|
|
1036
|
+
{
|
|
1037
|
+
.btn-selector-wrap{
|
|
1038
|
+
|
|
1039
|
+
display: flex;
|
|
1040
|
+
flex-wrap: nowrap;
|
|
1041
|
+
overflow-x: auto;
|
|
1042
|
+
white-space: nowrap;
|
|
1043
|
+
|
|
1044
|
+
&.btn-selector .btn {
|
|
1045
|
+
font-weight: normal;
|
|
1046
|
+
font-size: 12px;
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
|
|
1033
1054
|
.btn-group > .btn {
|
|
1034
1055
|
flex: 1;
|
|
1035
1056
|
}
|