Skip to content

Commit

Permalink
Merge branch 'refactor' of https://github.com/samyakshah3008/sugarizer
Browse files Browse the repository at this point in the history
…into pr/1446
  • Loading branch information
Lionel Laské committed Feb 24, 2024
2 parents af036c4 + 6b84cfe commit bf0a3a9
Showing 1 changed file with 1 addition and 38 deletions.
39 changes: 1 addition & 38 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ body {
left: 0px;
}

.sugarizer-canvas {
}

.view-radial-button {
background-image: url(../icons/view-radial.svg);
position: absolute !important;
Expand Down Expand Up @@ -406,9 +403,6 @@ body {
margin-right: auto;
}

.journal-content {
}

.journal-footer {
width: 100%;
}
Expand Down Expand Up @@ -460,7 +454,6 @@ body {
left: 921px;
}


.journal-filter-text {
position: relative;
width: 350px;
Expand Down Expand Up @@ -844,9 +837,6 @@ body {
user-select: none;
}

.icon-button-icon {
}

.icon-button-text {
margin-top: 10px;
width:inherit;
Expand All @@ -864,12 +854,6 @@ body {
border: 2px solid #808080;
}

.selectbox-icon {
}

.selectbox-double {

}
.selectbox-text {
position: relative;
top: 8px;
Expand All @@ -881,9 +865,6 @@ body {
background-position: 95% 15%;
}

.selectbox-popup {
}

.settings-dialog {
position: absolute;
width: 95%;
Expand Down Expand Up @@ -1047,24 +1028,12 @@ body {
display: inline-block;
}

.aboutme-psicon {
}

.aboutme-nsicon {
}

.aboutme-cicon {
border-color: #808080;
border-style: none solid none solid;
border-width: 3px;
}

.aboutme-pficon {
}

.aboutme-nficon {
}

.aboutme-restart {
color: #808080;
background-image: url(../icons/emblem-warning.svg);
Expand Down Expand Up @@ -1494,9 +1463,6 @@ body {
display: inline-block;
}

.password-emojis-line {
}

.password-emojis-category {
margin-top: 10px;
display: inline-block;
Expand Down Expand Up @@ -1725,9 +1691,6 @@ body {
display: inline-block;
}

.computer-line {
}

.computer-copyright {
border-color: #808080;
border-style: solid none none none;
Expand Down Expand Up @@ -2492,4 +2455,4 @@ body {
.journal-assignment {
visibility: hidden;
}
}
}

0 comments on commit bf0a3a9

Please sign in to comment.