mirror of
https://github.com/torproject/community.git
synced 2025-02-21 10:30:53 +00:00
Update _tor.scss
imported from https://dip.torproject.org/web/tpo/tree/master/assets/scss
This commit is contained in:
parent
dcd0edae92
commit
ed4b363db1
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user