|
@@ -71,15 +71,22 @@ html,body {
|
|
|
text-align: right;
|
|
|
}
|
|
|
|
|
|
-:global(.large-fontSize){
|
|
|
+:global(.largeFontSize){
|
|
|
font-size: 18px !important;
|
|
|
+ font-weight: 800;
|
|
|
}
|
|
|
-:global(.simple-fontSize){
|
|
|
+:global(.simpleFontSize){
|
|
|
font-size: 14px !important;
|
|
|
}
|
|
|
-:global(.dark-color){
|
|
|
- color: #000 !important;
|
|
|
+:global(.darkColor){
|
|
|
+ color: red !important;
|
|
|
}
|
|
|
-:global(.simple-color){
|
|
|
- color: #ccc !important;
|
|
|
+:global(.simpleColor){
|
|
|
+ color: green !important;
|
|
|
+}
|
|
|
+:global(.darkBorderColor){
|
|
|
+ color: red !important;
|
|
|
+}
|
|
|
+:global(.simpleBorderColor){
|
|
|
+ color: green !important;
|
|
|
}
|