Skip to content

Commit

Permalink
Remove unused styles
Browse files Browse the repository at this point in the history
  • Loading branch information
matzipan committed Nov 18, 2023
1 parent dc27ca9 commit 5104bac
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions app/src/ui/stylesheet.css
Original file line number Diff line number Diff line change
@@ -1,26 +1,5 @@
@define-color background_secondary_color rgb(238, 238, 238);

.welcome_dialog {
background: #fff;
}

.welcome_dialog .h1,
.please_wait_loading_contents_grid .h1 {
font-size: 30px;
}

.welcome_dialog .initial-information-grid {
margin-top: 40px;
}

.welcome_dialog .form_entry {
margin-left: 30px;
}

.welcome_dialog .button {
margin-top: 30px;
}

.conversation_viewer {
background: @background_secondary_color;
}
Expand Down Expand Up @@ -100,8 +79,4 @@
.folder_conversation_item.unseen .subject,
.folder_conversation_item.unseen .unseen_dot {
color: #0777D4;
}

.folders_sidebar {
background-color: @background_secondary_color;
}

0 comments on commit 5104bac

Please sign in to comment.