0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Updated design for toggle card in edit mode

refs https://github.com/TryGhost/Team/issues/1209
This commit is contained in:
Rishabh 2021-11-15 16:50:46 +05:30
parent c621fe0843
commit a5c0116e0b
3 changed files with 16 additions and 11 deletions

View file

@ -1483,8 +1483,9 @@
flex-direction: column;
}
.kg-accordion-card-heading {
.kg-accordion-card-heading h4 {
font-weight: bold !important;
font-size: 1.8rem !important;
}
.kg-accordion-card-heading ::after {
@ -1498,6 +1499,10 @@
line-height: 1.6em;
}
.kg-accordion-card-content p {
font-size: 1.6rem !important;
}
.kg-accordion-card-content ::after,
.kg-accordion-card-content .koenig-basic-html-textarea__editor p {
font-size: 1.6rem !important;

View file

@ -35,7 +35,7 @@
"@tryghost/color-utils": "0.1.2",
"@tryghost/helpers": "1.1.53",
"@tryghost/kg-clean-basic-html": "2.1.0",
"@tryghost/kg-parser-plugins": "2.4.2",
"@tryghost/kg-parser-plugins": "2.4.4",
"@tryghost/limit-service": "0.6.5",
"@tryghost/members-csv": "1.1.8",
"@tryghost/mobiledoc-kit": "0.12.5-ghost.1",

View file

@ -1982,17 +1982,17 @@
resolved "https://registry.yarnpkg.com/@tryghost/kg-clean-basic-html/-/kg-clean-basic-html-2.1.0.tgz#bcbaee459791acf4d8284ff89d18e86d10472fa5"
integrity sha512-pMMrmu7iWEkSqcDDBBh9r9kE3QhAmb8aiSMH079AKCeQRSveDe4GIPmGyROV83Bl2z+hkg96cMssD0yUK12Z9A==
"@tryghost/kg-clean-basic-html@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@tryghost/kg-clean-basic-html/-/kg-clean-basic-html-2.1.1.tgz#1d58dec9682f3e462b4d180a7c7f63b3c737263c"
integrity sha512-KKGvn2S3AVfs/BdWDcAeD24ApkFTrV5fi3PuLqf0Je/uOHgaxkJDEXbvSCCRDkBQiCOfbOC2gXheZafMAXuFkw==
"@tryghost/kg-clean-basic-html@^2.1.2":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@tryghost/kg-clean-basic-html/-/kg-clean-basic-html-2.1.2.tgz#a9a6df5f5fb62646f645280a002f0920861fab8b"
integrity sha512-cvLtJKh9/2uKXZxDIcQMhXTWQN5Lv9qeORUB4zkfJBSvCPmdck28VJMHWdYHhogf/7846v1nkQKIODTBWkSpzg==
"@tryghost/kg-parser-plugins@2.4.2":
version "2.4.2"
resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.4.2.tgz#6590fe43e1d0d0715e56753c52dd6d69134b9326"
integrity sha512-V8PGdeX5lXrLnwEod+ih7k7dAKKAfvnuyaIavxgcmDLegjm0auHNDZogl9VljlSKQj7LaYRDO7I2bp4+Gv7Giw==
"@tryghost/kg-parser-plugins@2.4.4":
version "2.4.4"
resolved "https://registry.yarnpkg.com/@tryghost/kg-parser-plugins/-/kg-parser-plugins-2.4.4.tgz#a1a7e9e93316c14d49e75770c5db08e056cad826"
integrity sha512-WVQMMJXPdIoDFvPNxqxgPJgEVK1WqgChW8gmcQJMDCoWcNrT4FPAVFdXRAhMxk40Ty64DldOtNqc+Qpn2orexg==
dependencies:
"@tryghost/kg-clean-basic-html" "^2.1.1"
"@tryghost/kg-clean-basic-html" "^2.1.2"
"@tryghost/limit-service@0.6.5":
version "0.6.5"