[community/staging] Update _tor.scss

commit ed4b363db13df8c5acde9762d0cf7586f0f69a44 Author: Antonela <hola@antonela.me> Date: Mon Jun 3 13:25:43 2019 -0300 Update _tor.scss imported from https://dip.torproject.org/web/tpo/tree/master/assets/scss --- assets/scss/_tor.scss | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/assets/scss/_tor.scss b/assets/scss/_tor.scss index 3144383..3d6b4c5 100644 --- a/assets/scss/_tor.scss +++ b/assets/scss/_tor.scss @@ -200,7 +200,7 @@ small, .small{ } h6 { - text-transform: uppercase; + text-transform: none !important; font-weight: bold; color: $purple; } @@ -248,7 +248,6 @@ mark, .mark { } .navbar-brand { - padding-left: 80px; span { font-size: 0.6em; display: flex; @@ -327,6 +326,8 @@ mark, .mark { border-radius: 0; } +.btn {text-transform: none !important;} + label { cursor: pointer; } @@ -424,7 +425,7 @@ a.side-nav.active { // Badges // .badge{ - text-transform: uppercase; + text-transform: none !important; } // @@ -722,6 +723,16 @@ a.side-nav.active { } } + +// Tablet and Mobile menu +@include media-breakpoint-down(md) { + .nav-link { + padding-bottom: 1rem; + padding-top: 2rem; + font-size: 150%; + } +} + .no-gutters { margin-bottom: 0 !important; }
participants (1)
-
pili@torproject.org