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
7e47c675
Commit
7e47c675
authored
Nov 20, 2017
by
dev0tion
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ui' of
http://www.github.com/stratisproject/breeze
into ui
parents
c0469d0e
b4d93db0
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
11 deletions
+16
-11
_custom.scss
Breeze.UI/src/scss/_custom.scss
+0
-4
_light.scss
Breeze.UI/src/scss/themes/_light.scss
+8
-0
styles.css
Breeze.UI/src/styles.css
+7
-6
styles.css.map
Breeze.UI/src/styles.css.map
+1
-1
No files found.
Breeze.UI/src/scss/_custom.scss
View file @
7e47c675
...
...
@@ -10,10 +10,6 @@ code {color: $spacegray !important;}
.
form-control
:
-
moz-placeholder
{
color
:
$input-color-placeholder
;
}
/* Mozilla Firefox 4 to 18 */
.
form-control
:
-
ms-input-placeholder
{
color
:
$input-color-placeholder
;
}
/* Internet Explorer 10-11 */
// badge default
.badge
{
&
.badge-default
{
color
:
$gray
;}
}
// feedback
.form-control-feedback
{
color
:
$pink
;
...
...
Breeze.UI/src/scss/themes/_light.scss
View file @
7e47c675
...
...
@@ -167,3 +167,11 @@ $btn-primary-color: $white !important;
a
{
color
:
$link-color
!
important
;}
}
}
// SETUP
.badge
{
&
.badge-default
{
color
:
$gray
;
background-color
:
$white
!
important
;
}
}
Breeze.UI/src/styles.css
View file @
7e47c675
...
...
@@ -31,10 +31,6 @@ code {
}
/* Internet Explorer 10-11 */
.badge.badge-default
{
color
:
#98A3B3
;
}
.form-control-feedback
{
color
:
#FF5B8A
;
margin
:
.5em
0
;
...
...
@@ -5319,11 +5315,11 @@ a.badge:focus, a.badge:hover {
}
.badge-default {
background-color:
rgba(152, 163, 179, 0.15)
;
background-color:
#fff
;
}
.badge-default[href]:focus, .badge-default[href]:hover {
background-color:
rgba(123, 137, 157, 0.15)
;
background-color:
#e6e6e6
;
}
.badge-primary {
...
...
@@ -9945,4 +9941,9 @@ a.text-gray-dark:focus, a.text-gray-dark:hover {
color
:
#148DC7
!important
;
}
.badge.badge-default
{
color
:
#98A3B3
;
background-color
:
#fff
!important
;
}
/*# sourceMappingURL=styles.css.map */
\ No newline at end of file
Breeze.UI/src/styles.css.map
View file @
7e47c675
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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