Styling for name and description section:
As part of this, the empty placeholder span was removed from the text input macro and the span will now be conditionall rendered if there is an error message
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
}
|
||||
|
||||
.portfolio-content {
|
||||
margin: 1 * $gap $gap 0 $gap;
|
||||
margin: (4 * $gap) $gap 0 $gap;
|
||||
|
||||
.panel {
|
||||
@include shadow-panel;
|
||||
@@ -148,11 +148,6 @@
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.subheading {
|
||||
font-size: 1.4rem;
|
||||
color: $color-gray;
|
||||
}
|
||||
|
||||
.responsive-table-wrapper {
|
||||
padding-bottom: $gap * 3;
|
||||
margin-bottom: 0;
|
||||
|
Reference in New Issue
Block a user