Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
M
manjaro-homepage
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tools
maintenance-tools
manjaro-homepage
Commits
bac7c92f
Commit
bac7c92f
authored
May 21, 2019
by
Vitor Lopes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add background logo on some pages
parent
b65925e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
assets/sass/style.scss
assets/sass/style.scss
+8
-4
No files found.
assets/sass/style.scss
View file @
bac7c92f
...
...
@@ -154,7 +154,9 @@ a, .description a {
.landing-page
.section
,
.news
.section
,
.download-page
.section
{
.download-page
.section
,
.user-guide
.section
,
.useful-for-everyone
.section
{
background-image
:
url(/img/bg.svg)
;
background-size
:
contain
;
background-repeat
:
no-repeat
;
...
...
@@ -905,9 +907,6 @@ h1.title::first-letter {
}
.list-group
{
min-height
:
235px
;
li
:not
(
:last-child
)
{
border-bottom
:
1px
solid
$green
;
}
li
:last-child
{
border-bottom
:
1px
solid
white
;
}
...
...
@@ -923,6 +922,11 @@ h1.title::first-letter {
.btn
{
margin
:
0
;
}
.btn-success
{
&
:hover
,
&
:active
,
a
:focus
{
text-decoration
:
underline
;
}
}
}
.xl-icon
{
...
...
Write
Preview
Markdown
is supported
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