Skip to content

Commit

Permalink
Remove unused css classes
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardconstantin committed Nov 24, 2023
1 parent 5de4f3b commit 9f7f0ec
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions styles/globals.css
Original file line number Diff line number Diff line change
@@ -1,53 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

.exam-passed {
color: #10B981;
}

.exam-failed {
color: #C02727;
}

.exam-finished-success {
color: #10B981;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 154.688%; /* 61.875px */
}

.exam-finished-fail {
color: #C02727;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 154.688%; /* 61.875px */
}

.exam-finished-text {
color: #FFF;
text-align: center;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 154.688%; /* 37.125px */
}

.points-bg {
background-image: url('./../src/images/POINTS.png');
background-repeat: no-repeat;
background-size: contain;
background-position: center;
-o-background-size:50% auto;
-webkit-background-size:50% auto;
-moz-background-size:50% auto;
background-size:50% auto;
}

.points-font {
font-size: 48px;
}

0 comments on commit 9f7f0ec

Please sign in to comment.