Skip to content

Commit

Permalink
change style names
Browse files Browse the repository at this point in the history
  • Loading branch information
vikibrezinova committed Nov 11, 2023
1 parent 237c15f commit 555c019
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/pages/strom/akcie/competition.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
}

.archive_with_publications{
.archiveWithPublications{
display: grid;
width: 50%;
grid-template-columns: 1fr max-content max-content;
Expand All @@ -60,7 +60,7 @@
}
}

.archive_without_publications{
.archiveWithoutPublications{
font-weight: bold;
text-transform: uppercase;
margin-top: 10px;
Expand Down
4 changes: 2 additions & 2 deletions src/pages/strom/akcie/competition.module.scss.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export type Styles = {
archive_without_publications: string
archive_with_publications: string
actionButton: string
actions: string
archiveWithoutPublications: string
archiveWithPublications: string
commentActions: string
container: string
disabled: string
Expand Down

0 comments on commit 555c019

Please sign in to comment.