-
Notifications
You must be signed in to change notification settings - Fork 823
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#7189 Update the Completed Before page
Fixes #7189
- Loading branch information
Showing
6 changed files
with
178 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,8 @@ | ||
@import "../defaultV2-theme/mixins.scss"; | ||
.sd-html { | ||
white-space: initial; | ||
} | ||
|
||
.sd-html { | ||
@include articleDefaultFont; | ||
|
||
h1 { | ||
@include articleXXLargeFont; | ||
} | ||
|
||
h2 { | ||
@include articleXLargeFont; | ||
} | ||
|
||
h3 { | ||
@include articleLargeFont; | ||
} | ||
|
||
h4, | ||
h5, | ||
h6 { | ||
@include articleMediumFont; | ||
} | ||
|
||
td, | ||
span, | ||
div, | ||
p { | ||
@include articleDefaultFont; | ||
} | ||
|
||
a { | ||
color: $primary; | ||
} | ||
|
||
button { | ||
display: flex; | ||
align-items: center; | ||
padding: calcSize(1.5) calcSize(4); | ||
vertical-align: baseline; | ||
text-align: center; | ||
background-color: $background; | ||
box-shadow: $shadow-small; | ||
border: none; | ||
border-radius: calcSize(0.5); | ||
cursor: pointer; | ||
user-select: none; | ||
outline: solid calcSize(0.25) transparent; | ||
|
||
&:hover { | ||
background-color: $background-dark; | ||
} | ||
&:focus { | ||
box-shadow: 0 0 0 2px $primary; | ||
} | ||
|
||
span { | ||
display: flex; | ||
align-items: center; | ||
flex-grow: 1; | ||
justify-content: center; | ||
color: $primary; | ||
font-weight: 600; | ||
font-style: normal; | ||
font-family: $font-family; | ||
font-size: $font-questiontitle-size; | ||
line-height: multiply(1.5, $font-questiontitle-size); | ||
} | ||
} | ||
@include articleHtml; | ||
} |
Oops, something went wrong.