-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be5669c
commit d127976
Showing
19 changed files
with
326 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,3 +70,4 @@ build/ | |
dist/ | ||
static/js/modules/ | ||
static/js/utils.js | ||
static/js/modals.js |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@mixin anbox-p-docs { | ||
.l-docs { | ||
.l-search { | ||
display: flex; | ||
flex-wrap: wrap; | ||
margin: 0 auto; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
@mixin canonical-p-footer { | ||
.p-footer { | ||
@extend %vf-strip; | ||
|
||
background: $colors--dark-theme--background-alt; | ||
color: $colors--dark-theme--text-default; | ||
|
||
.p-list__item--condensed { | ||
@extend %vf-list-item; | ||
|
||
padding-bottom: 0; | ||
padding-top: 0; | ||
} | ||
|
||
a { | ||
color: $color-link-dark; | ||
|
||
&:visited { | ||
color: $color-link-visited-dark; | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,25 @@ | ||
@mixin anbox-p-navigation { | ||
|
||
.p-navigation__wrapper { | ||
@media (max-width: $breakpoint-navigation-threshold) { | ||
padding-left: 0; | ||
padding-right: 0; | ||
} | ||
|
||
@media (min-width: $breakpoint-navigation-threshold + 1) { | ||
padding-left: map("$grid-gutter-widths", "large"); | ||
padding-right: map("$grid-gutter-widths", "large"); | ||
} | ||
} | ||
|
||
.p-navigation { | ||
.p-navigation__banner { | ||
background-color: $ubuntu-orange; | ||
padding: 0 1rem; | ||
} | ||
&__row { | ||
&-banner { | ||
padding: 0 ($sph--small + $sph--large); | ||
|
||
.p-navigation__logo { | ||
font-weight: 400; | ||
margin-right: 0; | ||
} | ||
@media only screen and (max-width: $breakpoint-small) { | ||
padding-left: 1rem; | ||
} | ||
} | ||
|
||
&-logo { | ||
font-weight: 400; | ||
margin-right: 0; | ||
} | ||
|
||
.p-navigation__link a { | ||
height: 100%; | ||
padding-left: $spv--large; | ||
padding-right: $spv--large; | ||
&-toggle { | ||
&--open, | ||
&--close { | ||
font-weight: 400; | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% extends '_layout.html' %} | ||
{% extends 'base_layout.html' %} | ||
|
||
{% block title %}500: Server error{% endblock %} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% extends '_layout.html' %} | ||
{% extends 'base_layout.html' %} | ||
|
||
{% block content%} | ||
|
||
|
Oops, something went wrong.