summaryrefslogtreecommitdiffstats
path: root/assets/sass/@primer/css/subhead/subhead.scss
diff options
context:
space:
mode:
authoramzrk22020-04-14 20:58:19 +0800
committeramzrk22020-04-14 20:58:19 +0800
commitbaf7534870460015c194281ad98e1fef99911ef1 (patch)
treecc424e273de1953917a06e5536b2fc527ead78a3 /assets/sass/@primer/css/subhead/subhead.scss
parentf01d08490b3f5f35eca026792d0efe239bda4ff9 (diff)
downloadhugo-theme-fuji-baf7534870460015c194281ad98e1fef99911ef1.tar.gz
hugo-theme-fuji-baf7534870460015c194281ad98e1fef99911ef1.tar.bz2
hugo-theme-fuji-baf7534870460015c194281ad98e1fef99911ef1.zip
Remove redundant Primer CSS
Diffstat (limited to 'assets/sass/@primer/css/subhead/subhead.scss')
-rw-r--r--assets/sass/@primer/css/subhead/subhead.scss39
1 files changed, 0 insertions, 39 deletions
diff --git a/assets/sass/@primer/css/subhead/subhead.scss b/assets/sass/@primer/css/subhead/subhead.scss
deleted file mode 100644
index 5ab2629..0000000
--- a/assets/sass/@primer/css/subhead/subhead.scss
+++ /dev/null
@@ -1,39 +0,0 @@
-// Subhead styles
-.Subhead {
- display: flex;
- padding-bottom: $spacer-2;
- margin-bottom: $spacer-3;
- border-bottom: $border;
- flex-flow: row wrap;
-}
-
-// Modifier class to give a lot of breathing room between sections of content.
-.Subhead--spacious {
- margin-top: $spacer-6;
-}
-
-// <h2> sized heading with normal font weight
-.Subhead-heading {
- font-size: $h2-size;
- font-weight: $font-weight-normal;
- flex: 1 1 auto;
-}
-
-// Make the text bold and red for dangerous content
-.Subhead-heading--danger {
- font-weight: $font-weight-bold;
- color: $text-red;
-}
-
-// One-liner of supporting text
-.Subhead-description {
- font-size: $body-font-size;
- color: $text-gray;
- flex: 1 100%;
-}
-
-// Add 1 or 2 buttons to the right of the heading
-.Subhead-actions {
- align-self: center;
- justify-content: flex-end;
-}