|
|
| Строка 8: |
Строка 8: |
| <div class="flat-card-with-header__content no-margin-edges" style="padding:{{{padding|8px}}};{{{style}}}>{{{content}}}</div></div><!-- | | <div class="flat-card-with-header__content no-margin-edges" style="padding:{{{padding|8px}}};{{{style}}}>{{{content}}}</div></div><!-- |
|
| |
|
| -->{{#css: | | --><templatestyles src="FlatCardWithHeader/styles.css" /> |
| .flat-card-with-header {
| |
| border-radius: 0.4em;
| |
| box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
| |
| }
| |
| | |
| .flat-card-with-header__header {
| |
| display: flex;
| |
| align-items: center;
| |
| font-family: "noto sans";
| |
| text-align: left;
| |
| padding: 4px;
| |
| border: 1px solid #ffffff0f;
| |
| border-bottom: 3px solid #00000045 !important;
| |
| border-radius: 0.4em 0.4em 0 0;
| |
| min-height: 28px;
| |
| font-size: 15px;
| |
| gap: 2px;
| |
| }
| |
| | |
| .flat-card-with-header__header-img {
| |
| background: #00000027;
| |
| padding: 2px;
| |
| border-radius: 0.2em;
| |
| }
| |
| | |
| .flat-card-with-header__content {
| |
| | |
| }
| |
| | |
| .flat-card-with-header__content::-webkit-scrollbar { width: 10px; }
| |
| .flat-card-with-header__content::-webkit-scrollbar-track { background: #2c2c33; }
| |
| .flat-card-with-header__content::-webkit-scrollbar-thumb { background: #44444d; border: 2px solid #2c2c33; border-radius: 0; }
| |
| }}
| |