Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
a60890d8
Unverified
Commit
a60890d8
authored
Mar 05, 2017
by
David Haynes
Browse files
Add custom rounded class to round things
- in a custom section to prevent too heavy handeded of opinion
parent
a15c7ca8
Pipeline
#1041
passed with stage
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
masonstrap/_masonstrap.scss
View file @
a60890d8
...
...
@@ -10,11 +10,6 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400
.navbar
{
font-size
:
$font-size-sm
;
font-weight
:
$headings-font-weight
;
.dropdown-menu
{
// Hack to fix the menu from sitting on top of the .navbar
top
:
112%
;
}
}
// Default Mason Green #006633
...
...
@@ -289,4 +284,11 @@ label,
@include
box-shadow
(
none
);
}
// Containers ==================================================================
\ No newline at end of file
// Containers ==================================================================
// Custom ==================================================================
.rounded
{
border-radius
:
.25rem
;
}
\ No newline at end of file
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