@lavalogic/scoria 0.40.20 → 0.40.21

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.
@@ -1093,7 +1093,8 @@ $effect(() => {
1093
1093
  display: flex;
1094
1094
  flex-flow: column nowrap;
1095
1095
  align-items: center;
1096
- gap: 0.15rem;
1096
+ justify-content: center;
1097
+ gap: 0.2rem;
1097
1098
  padding: 0.5rem 0.25rem;
1098
1099
  border: none;
1099
1100
  border-right: solid 1px #cbd4da;
@@ -1115,24 +1116,26 @@ $effect(() => {
1115
1116
  background-color: #259fc7;
1116
1117
  color: #ffffff;
1117
1118
  border-radius: 50%;
1118
- width: 1.5rem;
1119
- height: 1.5rem;
1120
- display: flex;
1121
- align-items: center;
1122
- justify-content: center;
1123
1119
  }
1124
1120
 
1125
1121
  .day-name {
1126
- font-size: 0.75rem;
1122
+ font-size: 0.875rem;
1127
1123
  color: #647d8e;
1128
1124
  text-transform: uppercase;
1129
1125
  font-weight: 600;
1126
+ line-height: 1;
1130
1127
  }
1131
1128
 
1132
1129
  .day-num {
1133
- font-size: 1rem;
1134
- color: #3a4952;
1135
- font-weight: 500;
1130
+ font-size: 0.875rem;
1131
+ color: #647d8e;
1132
+ font-weight: 600;
1133
+ line-height: 1;
1134
+ height: 1.5rem;
1135
+ min-width: 1.5rem;
1136
+ display: flex;
1137
+ align-items: center;
1138
+ justify-content: center;
1136
1139
  }
1137
1140
 
1138
1141
  .month-view {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lavalogic/scoria",
3
3
  "description": "Svelte components used for the FloWMS Web Frontend",
4
- "version": "0.40.20",
4
+ "version": "0.40.21",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },