Шаблон:Пометка проекта/styles.css

Версия от 22:05, 20 июня 2025; Pok (обсуждение | вклад) (Новая страница: «.пометка-проекта__absolute { position: absolute; left:0; top:0; padding: 2px 4px; font-family: "noto sans"; font-size: 0.7em; font-weight: bold; color: var(--text-color-orange); background: var(--bg-color-orange-dark); border-radius: 0.3em; } .пометка-проекта__wrapper { right: 0; bottom: 0; text-align: right; border-radius: 0; color: var(--text-color-orange);...»)

.пометка-проекта__absolute {
    position: absolute;
    
    left:0;
    top:0;

    padding: 2px 4px;
    font-family: "noto sans";
    font-size: 0.7em;
    font-weight: bold;
    color: var(--text-color-orange);
    background: var(--bg-color-orange-dark);
    border-radius: 0.3em;
}

.пометка-проекта__wrapper {
    right: 0;
    bottom: 0;

    text-align: right;
    border-radius: 0;
    color: var(--text-color-orange);
    background: var(--bg-color-orange-dark);
}