mergify[bot]
4 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
3 ha cambiato i file con
4 aggiunte e
3 eliminazioni
-
frappe/public/scss/website/doc.scss
-
frappe/public/scss/website/page_builder.scss
-
frappe/website/web_template/section_with_features/section_with_features.html
|
|
@@ -180,7 +180,7 @@ $navbar-height-lg: 4.5rem; |
|
|
|
|
|
|
|
h2 { |
|
|
|
font-size: $font-size-2xl; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 500; |
|
|
|
} |
|
|
|
|
|
|
|
h3 { |
|
|
@@ -250,4 +250,4 @@ $navbar-height-lg: 4.5rem; |
|
|
|
.breadcrumb { |
|
|
|
margin-bottom: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@@ -657,6 +657,7 @@ |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
justify-content: space-between; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
|
|
|
|
.feature-title, .feature-content { |
|
|
|
|
|
@@ -22,7 +22,7 @@ |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
{%- if feature.url -%} |
|
|
|
<a href="{{ feature.url }}" class="feature-url">Learn more →</a> |
|
|
|
<a href="{{ feature.url }}" class="feature-url stretched-link">Learn more →</a> |
|
|
|
{%- endif -%} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|