Skip to content

Commit eabcaf8

Browse files
committed
fix: reverted to razor.css file
1 parent 389d4c2 commit eabcaf8

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
}

src/LinkDotNet.Blog.Web/wwwroot/css/basic.css

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -202,23 +202,6 @@ code {
202202
}
203203
/*endregion */
204204

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-
222205
/*#region IntroductionCard.razor */
223206
.introduction-background {
224207
background-repeat: no-repeat;

0 commit comments

Comments
 (0)