Открыть меню
Открыть персональное меню
Вы не представились системе
Your IP address will be publicly visible if you make any edits.

Шаблон:List item/styles.css: различия между версиями

Материал из wiki.iccup.org
Новая страница: «.template-listItem { margin-top: 20px; } .template-listItem__title { color: red; font-weight: 700; } .template-listItem__content { font-size: 0.875rem; }»
 
Нет описания правки
Метка: редактор вики-текста 2017
 
(не показана 1 промежуточная версия этого же участника)
Строка 1: Строка 1:
<syntaxhighlight lang="css" line="1">
.template-listItem {
.template-listItem {
     margin-top: 20px;
     margin-top: 20px;
Строка 11: Строка 12:
font-size: 0.875rem;
font-size: 0.875rem;
}
}
</syntaxhighlight>

Текущая версия от 19:50, 30 августа 2024

.template-listItem {
    margin-top: 20px;
}

.template-listItem__title {
	color: red;
	font-weight: 700;
}

.template-listItem__content {
	font-size: 0.875rem;
}