assets/css/tools.css in appscms-tools-theme-1.0.8 vs assets/css/tools.css in appscms-tools-theme-1.0.9

- old
+ new

@@ -1705,5 +1705,42 @@ height: 38px; } .website-wrap { text-align: left; } +.file-info-h1 { + font-family: Helvetica, sans-serif; + font-weight: 600; + font-size: 1.8rem; + margin: 0; + margin-bottom: 8px; +} +.file-info-h2 { + font-family: Helvetica, sans-serif; + font-weight: 600; + font-size: 19px; + color: #848d95; + margin-bottom: 10px; +} +.file-info-item-list { + list-style: disc; + color: rgb(26, 25, 25); + font-family: Helvetica; + font-size: 17.4px; + line-height: 32px; + padding: 0; +} +.file-info-img { + height: 500px; + width: 100%; +} +.info-title { + font-weight: 600; +} +.sticky-div-file-info { + position: sticky; + top: 0%; +} + +ol li::marker { + font-size: 25px; +}