Skip to content

Commit

Permalink
refactor: remove unused SCSS
Browse files Browse the repository at this point in the history
`delete-button-container` was removed in ec6f12e.
`message-content` was removed in a9313d0.
`message-container` was removed in 75b2c1b.
  • Loading branch information
WofWca authored and Simon-Laux committed Oct 22, 2024
1 parent 1539b93 commit 70c1d45
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions packages/frontend/scss/message/_message-detail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,6 @@
}
}

.module-message-detail__message-container {
padding-top: 20px;
padding-bottom: 20px;

&:after {
content: '.';
visibility: hidden;
display: block;
height: 0;
clear: both;
}
}

.module-message-detail__label {
font-weight: 300;
padding-right: 5px;
Expand All @@ -30,28 +17,3 @@
.module-message-detail__unix-timestamp {
color: #eeefef;
}

.module-message-detail__delete-button-container {
text-align: center;
margin-top: 10px;
}

.module-message-detail__delete-button {
@include button-reset;

background-color: $color-message-detail-delete-bg;
color: $color-message-detail-delete;
box-shadow: 0 0 10px -3px rgba(97, 97, 97, 0.7);
border-radius: 5px;
border: solid 1px $color-message-detail-delete-button-border;
cursor: pointer;
margin: 1em auto;
padding: 1em;
}

.module-message-detail .message-content * {
background-color: lightgrey;
width: 100%;
resize: none;
padding: 1rem;
}

0 comments on commit 70c1d45

Please sign in to comment.