Browse Source

„common/common.scss“ ändern

master
hape 3 years ago
parent
commit
dfedac4627
1 changed files with 5 additions and 13 deletions
  1. +5
    -13
      common/common.scss

+ 5
- 13
common/common.scss

@ -1,21 +1,14 @@
@mixin underline {
background-image: linear-gradient(180deg, transparent 95%, $tertiary 0);
background-repeat: no-repeat;
background-color: initial;
padding: 0px;
background-size: 100% 100%;
text-decoration: none;
}
.category-heading {
display: inline-block;
margin-bottom: 20px;
width: 100%;
border: 2px solid $tertiary;
padding: 1em;
border: 0 transparent none;
border-bottom: 3px solid var(--primary-low) !important;
padding: 0;
padding-bottom: 20px !important;
box-sizing: border-box;
display: flex;
p:first-child {
display: none;
}
@ -31,7 +24,6 @@
vertical-align: middle;
font-size: 1.5em;
margin: 0 0 7px;
@include underline;
}
p {

Loading…
Cancel
Save