Skip to content

Commit

Permalink
fix: fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Asespinel committed Jan 22, 2025
1 parent 3eec2f6 commit 6036c75
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions src/course-unit/add-component/AddComponent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
}

.add-component-button {


width: 11.63rem;
height: 6.875rem;
}
Expand Down
1 change: 0 additions & 1 deletion src/course-updates/CourseUpdates.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

.updates-container {
box-shadow: var(--pgn-elevation-box-shadow-centered-1);

display: grid;
grid-template-columns: 65% 35%;
border: .0625rem solid var(--pgn-color-gray-200);
Expand Down
1 change: 0 additions & 1 deletion src/course-updates/update-form/UpdateForm.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.update-form {
box-shadow: var(--pgn-elevation-box-shadow-centered-1);

border: .0625rem solid var(--pgn-color-gray-200);
border-radius: .375rem;
background: var(--pgn-color-white);
Expand Down
1 change: 0 additions & 1 deletion src/files-and-videos/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
overflow-x: hidden;
max-height: 500px;
width: 321px;

box-shadow: var(--pgn-elevation-box-shadow-down-2);

.pgn__menu-item {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
overflow-x: hidden;
max-height: 275px;
width: 300px;

box-shadow: var(--pgn-elevation-box-shadow-down-2);

.pgn__menu-item {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
padding: 8px 0;
margin: 0;
width: 250px;

box-shadow: var(--pgn-elevation-box-shadow-down-2);

.pgn__menu-item {
Expand Down
2 changes: 0 additions & 2 deletions src/generic/course-upload-image/CourseUploadImage.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.image-preview {


display: block;
width: 23.4375rem;
height: 12.5rem;
Expand Down
2 changes: 0 additions & 2 deletions src/group-configurations/GroupConfigurations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
}

.configuration-card {


background: var(--pgn-color-white);
border-radius: .375rem;
padding: var(--pgn-spacing-spacer-4);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.group-configurations-empty-placeholder {


display: flex;
align-items: center;
justify-content: center;
Expand Down
2 changes: 0 additions & 2 deletions src/schedule-and-details/basic-section/BasicSection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
}

.pgn__pageBanner-component {


background-color: var(--pgn-color-white);
border-radius: .375rem;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.embed-video-container {


border-radius: .1875rem;

.introduction-video {
Expand Down
2 changes: 0 additions & 2 deletions src/textbooks/empty-placeholder/EmptyPlaceholder.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
.textbooks-empty-placeholder {


display: flex;
align-items: center;
justify-content: center;
Expand Down
1 change: 0 additions & 1 deletion src/textbooks/textbook-form/TextbookForm.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.textbook-form {
box-shadow: var(--pgn-elevation-box-shadow-centered-1);

display: flex;
flex-direction: column;
gap: 1.5rem;
Expand Down

0 comments on commit 6036c75

Please sign in to comment.