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

мНет описания правки
мНет описания правки
 
Строка 5: Строка 5:
.speech-arrow:before {
.speech-arrow:before {
   position: absolute;
   position: absolute;
   right: 0.25em;
   right: -1em;
   bottom: 1em;
   bottom: 1em;
   content: '';
   content: '';

Текущая версия от 08:11, 6 мая 2025

.speech-arrow {
  position: relative;
}

.speech-arrow:before {
  position: absolute;
  right: -1em;
  bottom: 1em;
  content: '';
  background-color: var(--color-notice-brown);
  width: 1em;
  height: 1em;
  transform: rotate(45deg);
  z-index: -1;
}