styled height in convos ajuts headers
This commit is contained in:
parent
a8f08b3207
commit
2d0a64ecc2
|
@ -2261,9 +2261,8 @@ Add your custom styles in this file so it is easier to update the theme.
|
||||||
|
|
||||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-card-each.xarxaprod-ajut .entry-title {
|
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-card-each.xarxaprod-ajut .entry-title {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: flex-end;
|
align-items: flex-start;
|
||||||
min-height: 6.6rem;
|
height: 6.4rem;
|
||||||
height: 6.6rem;
|
|
||||||
border-bottom: 0.05rem solid #000;
|
border-bottom: 0.05rem solid #000;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -133,9 +133,8 @@
|
||||||
&.xarxaprod-ajut {
|
&.xarxaprod-ajut {
|
||||||
.entry-title {
|
.entry-title {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: flex-end;
|
align-items: flex-start;
|
||||||
min-height: $font__size-body * 6.6;
|
height: $font__size-body * 6.4;
|
||||||
height: $font__size-body * 6.6;
|
|
||||||
border-bottom: $border__line;
|
border-bottom: $border__line;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2076,9 +2076,8 @@ textarea {
|
||||||
* */
|
* */
|
||||||
.xarxaprod-card-each.xarxaprod-ajut .entry-title {
|
.xarxaprod-card-each.xarxaprod-ajut .entry-title {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: flex-end;
|
align-items: flex-start;
|
||||||
min-height: 6.6rem;
|
height: 6.4rem;
|
||||||
height: 6.6rem;
|
|
||||||
border-bottom: 0.05rem solid #000;
|
border-bottom: 0.05rem solid #000;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue