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
open-source
MetaGer
Commits
d3192349
Commit
d3192349
authored
Nov 30, 2016
by
Phil Höfer
Browse files
Aufruf kleiner und dessen Linkfarbe festgesetzt
parent
7687e053
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
public/css/themes/default.css
View file @
d3192349
This diff is collapsed.
Click to expand it.
public/css/themes/default.css.map
View file @
d3192349
This diff is collapsed.
Click to expand it.
public/js/all.js
View file @
d3192349
This diff is collapsed.
Click to expand it.
resources/assets/less/metager/base.less
View file @
d3192349
...
...
@@ -17,10 +17,9 @@ summary {
font-size: 32px;
}
.aufruf-winter a {
.aufruf-winter a
, .aufruf-winter a:visited
{
color: #AB2121;
}
.aufruf-winter .aufruf-action-btn {
color: white;
background-color: #AB2121 !important;
...
...
@@ -32,6 +31,16 @@ summary {
border-color: #953535;
}
@media(max-width: @screen-md-max) {
.aufruf-winter h1 {
font-size: 27px;
}
.aufruf-winter .lead {
font-size: 18px;
}
}
@media(min-width: @screen-lg) {
.aufruf-winter.mg-panel {
width: 940px;
...
...
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