Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
d42348f4
Commit
d42348f4
authored
Jul 10, 2017
by
Benoît
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix the navbar
parent
55bf8c24
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
34 additions
and
21 deletions
+34
-21
_custom.scss
Breeze.UI/src/scss/_custom.scss
+9
-4
_navbar.scss
Breeze.UI/src/scss/_navbar.scss
+3
-1
_variables.scss
Breeze.UI/src/scss/_variables.scss
+1
-1
_bitcoin.scss
Breeze.UI/src/scss/themes/_bitcoin.scss
+20
-14
StratisBitcoinFullNode
StratisBitcoinFullNode
+1
-1
No files found.
Breeze.UI/src/scss/_custom.scss
View file @
d42348f4
...
...
@@ -34,12 +34,12 @@ code {color: $spacegray !important;}
#content
{
width
:
100%
;
position
:
relative
;
padding
-left
:
70px
;
padding
:
63px
0
70px
70px
;
}
// sidebar
#sidebar
{
z-index
:
10
00
;
z-index
:
10
35
;
position
:
fixed
;
width
:
70px
;
height
:
100%
;
...
...
@@ -65,6 +65,7 @@ code {color: $spacegray !important;}
}
&
:hover
{
opacity
:
.8
;
cursor
:
pointer
!
important
;
.bar
{
opacity
:
0
;}
}
img
{
width
:
42px
;}
...
...
@@ -91,6 +92,9 @@ code {color: $spacegray !important;}
}
}
// NAVBAR
#navbarBreeze
{}
// jumbotron
.jumbotron
{
h5
{
...
...
@@ -439,8 +443,9 @@ $curve: cubic-bezier(0.650, 0.000, 0.450, 1.000);
text-transform
:
uppercase
;
}
.lead
{
font-size
:
1
.
2
5em
;
font-size
:
1
.
1
5em
;
color
:
$blue
;
font-weight
:
400
;
line-height
:
1
.25em
;
margin
:
2em
0
;
}
...
...
@@ -453,7 +458,7 @@ $curve: cubic-bezier(0.650, 0.000, 0.450, 1.000);
text-decoration
:
underline
;
&
:hover
{
text-decoration
:
none
;
color
:
lighten
(
$darkgray
,
2
0%
);
color
:
lighten
(
$darkgray
,
1
0%
);
}
}
form
{
margin-bottom
:
4em
;}
...
...
Breeze.UI/src/scss/_navbar.scss
View file @
d42348f4
...
...
@@ -19,8 +19,10 @@
position
:
relative
;
display
:
flex
;
flex-direction
:
column
;
padding
:
$navbar-padding-y
$navbar-padding-x
0
$navbar-padding-
x
;
padding
:
$navbar-padding-y
$navbar-padding-x
0
70p
x
;
box-shadow
:
inset
0
1px
4px
0
rgba
(
0
,
0
,
0
,
0
.08
);
background
:
$white
;
border-bottom
:
1px
solid
$gray-light
;
}
...
...
Breeze.UI/src/scss/_variables.scss
View file @
d42348f4
...
...
@@ -619,7 +619,7 @@ $navbar-toggler-padding-y: .25rem !default;
$navbar-toggler-font-size
:
$font-size-lg
!
default
;
$navbar-toggler-border-radius
:
$btn-border-radius
!
default
;
$navbar-inverse-color
:
$
brand-primary
!
default
;
$navbar-inverse-color
:
$
gray-dark
!
default
;
$navbar-inverse-hover-color
:
darken
(
$brand-primary
,
20%
)
!
default
;
$navbar-inverse-active-color
:
$brand-primary
!
default
;
$navbar-inverse-disabled-color
:
rgba
(
$white
,.
25
)
!
default
;
...
...
Breeze.UI/src/scss/themes/_bitcoin.scss
View file @
d42348f4
...
...
@@ -30,22 +30,25 @@ $btn-secondary-border: $gray-light !default;
//
/////////////////////////////
#content
{
&
.bitcoin
{
// NAVBAR
.navbar
{
.nav-item
{
.nav-link
{
color
:
$gray-dark
;
&
:hover
{
color
:
lighten
(
$brand-primary
,
20%
);}
// NAVBAR
#navbarBreeze
{
.navbar-nav
{
.nav-item
{
.nav-link
{
color
:
$gray-dark
;
&
:hover
{
color
:
lighten
(
$brand-primary
,
20%
);}
&
.is-active
{
border-bottom
:
2px
solid
$brand-primary
!
important
;
color
:
$brand-primary
!
important
;
}
&
.active
{
border-bottom
:
2px
solid
$brand-primary
;
.nav-link
{
color
:
$brand-primary
;}
}
}
}
}
}
}
#content
{
&
.bitcoin
{
// JUMBOTRON
.jumbotron
{
...
...
@@ -88,6 +91,9 @@ $btn-secondary-border: $gray-light !default;
i
{
color
:
$brand-primary
;}
}
}
.modal-dialog
{
.badge
{
margin
:
1em
0
;}
}
#modalDetail
{
a
{
color
:
$link-color
;
...
...
StratisBitcoinFullNode
@
01447e33
Subproject commit
9cc4517fcbeaffc607fee4d03a83a377b6ee79b4
Subproject commit
01447e3336cd12736d2466fa5d932c550ef549e9
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