File tree Expand file tree Collapse file tree 2 files changed +14
-17
lines changed
Features/AboutMe/Components/Skill Expand file tree Collapse file tree 2 files changed +14
-17
lines changed Original file line number Diff line number Diff line change
1
+ .skill-tag {
2
+ padding : 8px ;
3
+ border-radius : 5px ;
4
+ background-color : var (--tag-background );
5
+ display : inline-block;
6
+ white-space : nowrap;
7
+ overflow : hidden;
8
+ text-overflow : ellipsis;
9
+ }
10
+
11
+ .skill-tag img {
12
+ padding-right : 12px ;
13
+ width : 36px ;
14
+ }
Original file line number Diff line number Diff line change @@ -202,23 +202,6 @@ code {
202
202
}
203
203
/*endregion */
204
204
205
- /*region Skilltag.razor */
206
- .skill-tag {
207
- padding : 8px ;
208
- border-radius : 5px ;
209
- background-color : var (--tag-background );
210
- display : inline-block;
211
- white-space : nowrap;
212
- overflow : hidden;
213
- text-overflow : ellipsis;
214
- }
215
-
216
- .skill-tag img {
217
- padding-right : 12px ;
218
- width : 36px ;
219
- }
220
- /*endregion */
221
-
222
205
/*#region IntroductionCard.razor */
223
206
.introduction-background {
224
207
background-repeat : no-repeat;
You can’t perform that action at this time.
0 commit comments