mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-09-27 20:11:02 -04:00
Add our new custom icon font and fix platform links (#1284)
Fixes #1250, #1249
This commit is contained in:
parent
eb1aefcd07
commit
7562ed6d04
44 changed files with 970 additions and 223 deletions
|
@ -5,6 +5,7 @@
|
|||
@import 'bootstrap';
|
||||
@import 'flag-icon';
|
||||
@import 'fontawesome';
|
||||
@import 'ptio-font';
|
||||
@import 'sortable-theme-bootstrap';
|
||||
|
||||
body {
|
||||
|
@ -188,6 +189,15 @@ footer {
|
|||
}
|
||||
}
|
||||
|
||||
.hover-text-decoration-none:hover {
|
||||
text-decoration: none;
|
||||
-webkit-text-decoration-skip: object;
|
||||
}
|
||||
|
||||
.table td, .table th {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Navbar
|
||||
|
@ -353,8 +363,3 @@ input#nav-toggle,
|
|||
font-size: 0.875em;
|
||||
content: "\f186";
|
||||
}
|
||||
|
||||
.table td, .table th {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue