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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "holygrail2",
3
- "version": "1.1.90",
3
+ "version": "1.1.91",
4
4
  "description": "A minimal, responsive, style-agnostic CSS framework.",
5
5
  "main": "scss/style.scss",
6
6
  "directories": {
@@ -936,23 +936,17 @@ strong {
936
936
  text-transform: none;
937
937
  }
938
938
  }
939
- [lang^="zh"],
940
- //chino
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
- //griego
946
- [lang^="tr"],
947
- // turco
948
- [lang^="ru"],
949
- //ruso
950
- [lang^="sr"],
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
  }