Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit c69cde99
authored
Apr 02, 2018
by
Linnea Samila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
obeying lint
1 parent
6e26564c
Pipeline
#53
failed
in 0 seconds
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
30 deletions
code/moya-angular/src/app/menu/group-selector-menu/group-selector-menu.component.scss
code/moya-angular/src/common.scss
code/moya-angular/src/app/menu/group-selector-menu/group-selector-menu.component.scss
View file @
c69cde9
...
...
@@ -9,10 +9,6 @@
width
:
100%
;
}
nav
{
// margin: auto;
}
ul
{
padding
:
0
;
margin
:
auto
;
...
...
@@ -30,13 +26,12 @@ li {
padding
:
10px
;
margin
:
5px
;
font-family
:
$font-menu
;
font-size
:
14px
;
font-size
:
$font-size-group-selector
;
text-align
:
center
;
// width: 100%;
border
:
2px
solid
transparent
;
&
:hover
{
border
:
2px
solid
white
;
border
:
2px
solid
$color-text-menu
;
}
&
.user
{
...
...
@@ -52,25 +47,3 @@ li {
}
}
}
.topNavItem
{
display
:
inline-block
;
padding
:
10px
20px
10px
20px
;
margin
:
5px
auto
;
font-family
:
$font-menu
;
font-size
:
14px
;
color
:
#FFFFFF
;
letter-spacing
:
0
;
opacity
:
0
.8
;
min-width
:
100px
;
text-align
:
center
;
&
:active
{
opacity
:
1
.0
;
border
:
3px
solid
white
;
}
}
code/moya-angular/src/common.scss
View file @
c69cde9
...
...
@@ -4,6 +4,7 @@
@import
'mixins'
;
// Colors
$color-text-menu
:
#fff
;
$color-bg
:
#f2f3f9
;
$color-bg-nav
:
#fff
;
$color-bg-content
:
#fff
;
...
...
@@ -16,4 +17,6 @@ $info-color: #69b1a1;
// fonts
$font-text
:
Roboto
,
sans-serif
;
$font-menu
:
Roboto
,
sans-serif
;
//$font-title: ;
// font-sizes
$font-size-group-selector
:
14px
;
Write
Preview
Markdown
is supported
Attach a file
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 post a comment