Kaynağa Gözat

Add text color style for noscript link (#4772)

master
Yamagishi Kazutoshi 6 yıl önce
committed by Eugen Rochko
ebeveyn
işleme
ba8fb2fd0f
1 değiştirilmiş dosya ile 9 ekleme ve 0 silme
  1. +9
    -0
      app/javascript/styles/components.scss

+ 9
- 0
app/javascript/styles/components.scss Dosyayı Görüntüle

@@ -3893,6 +3893,15 @@ noscript {
margin: 30px auto;
color: $ui-secondary-color;
max-width: 400px;

a {
color: $ui-highlight-color;
text-decoration: underline;

&:hover {
text-decoration: none;
}
}
}
}



Yükleniyor…
İptal
Kaydet