Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Web
community
Commits
ed4b363d
Commit
ed4b363d
authored
Jun 03, 2019
by
Antonela
Browse files
Update _tor.scss
imported from
https://dip.torproject.org/web/tpo/tree/master/assets/scss
parent
dcd0edae
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/scss/_tor.scss
View file @
ed4b363d
...
...
@@ -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
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment