Skip to content

Commit 0435704

Browse files
committed
Trimmed css
(cherry picked from commit 6c155d1)
1 parent dcaff0a commit 0435704

File tree

2 files changed

+1
-35
lines changed

2 files changed

+1
-35
lines changed

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{
4545
"type": "anyComponentStyle",
4646
"maximumWarning": "2kb",
47-
"maximumError": "4kb"
47+
"maximumError": "6kb"
4848
}
4949
],
5050
"fileReplacements": [

src/app/component/activity-description/activity-description.component.css

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
.content-box {
22
margin: 20px;
33
width: 95%;
4-
/*height: 100%;*/
5-
/*background-color: paleturquoise;*/
64
}
75

86
.activity-header {
@@ -53,27 +51,10 @@
5351
flex-shrink: 0;
5452
}
5553

56-
.mat-form-field + .mat-form-field {
57-
margin-left: 8px;
58-
}
59-
60-
.mat-raised-button {
61-
margin-right: 8px;
62-
}
63-
6454
.teams-implemented-list {
6555
list-style: none;
6656
}
6757

68-
/* UUID Section Styling */
69-
.uuid-preview {
70-
margin-left: 10px;
71-
font-size: 0.8em;
72-
color: #666;
73-
font-weight: normal;
74-
}
75-
76-
/* Difficulty Section Styling */
7758
.difficulty-summary {
7859
display: flex;
7960
gap: 15px;
@@ -406,21 +387,6 @@ mat-icon.mat-icon {
406387
font-size: 18px;
407388
}
408389

409-
.tool-url {
410-
margin-bottom: 12px;
411-
}
412-
413-
.tool-url a {
414-
/* color: #1976d2; */
415-
text-decoration: none;
416-
word-break: break-all;
417-
font-size: 0.9em;
418-
}
419-
420-
.tool-url a:hover {
421-
text-decoration: underline;
422-
}
423-
424390
.tool-description {
425391
color: var(--text-secondary);
426392
line-height: 1.5;

0 commit comments

Comments
 (0)