Add scoped css to vue components

pull/735/head
Daniel Supernault 2018-12-30 21:31:57 -07:00
rodzic ac27365a63
commit 067a2db5d0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
3 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
<style>
<style scoped>
span {
font-size: 14px;
}

Wyświetl plik

@ -1,4 +1,4 @@
<style>
<style scoped>
#l-modal .modal-body,
#s-modal .modal-body {
max-height: 70vh;

Wyświetl plik

@ -185,7 +185,7 @@
<div class="container pb-5">
<p class="mb-0 text-uppercase font-weight-bold text-muted small">
<a href="/site/about" class="text-dark pr-2">About Us</a>
<a href="/site/help" class="text-dark pr-2">Support</a>
<a href="/site/help" class="text-dark pr-2">Help</a>
<a href="/site/open-source" class="text-dark pr-2">Open Source</a>
<a href="/site/language" class="text-dark pr-2">Language</a>
<a href="/site/terms" class="text-dark pr-2">Terms</a>
@ -202,7 +202,7 @@
</div>
</template>
<style type="text/css">
<style type="text/css" scoped>
.postPresenterContainer {
display: flex;
align-items: center;