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
b21ca895
Commit
b21ca895
authored
Jun 29, 2017
by
dev0tion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clear old styling
parent
8410659e
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
122 deletions
+0
-122
create.component.css
Breeze.UI/src/app/setup/create/create.component.css
+0
-3
recover.component.css
Breeze.UI/src/app/setup/recover/recover.component.css
+0
-3
setup.component.css
Breeze.UI/src/app/setup/setup.component.css
+0
-4
dashboard.component.css
Breeze.UI/src/app/wallet/dashboard/dashboard.component.css
+0
-56
history.component.css
Breeze.UI/src/app/wallet/history/history.component.css
+0
-24
menu.component.css
Breeze.UI/src/app/wallet/menu/menu.component.css
+0
-22
receive.component.css
Breeze.UI/src/app/wallet/receive/receive.component.css
+0
-3
send.component.css
Breeze.UI/src/app/wallet/send/send.component.css
+0
-7
No files found.
Breeze.UI/src/app/setup/create/create.component.css
View file @
b21ca895
#mnemonic
{
margin-top
:
30px
;
}
Breeze.UI/src/app/setup/recover/recover.component.css
View file @
b21ca895
#buttons
{
margin-top
:
30px
;
}
Breeze.UI/src/app/setup/setup.component.css
View file @
b21ca895
#backButton
{
margin-top
:
50px
;
margin-bottom
:
100px
;
}
Breeze.UI/src/app/wallet/dashboard/dashboard.component.css
View file @
b21ca895
.container
{
width
:
100%
;
}
#dashboard
{
/*padding-top: 50px !important;*/
padding-left
:
100px
!important
;
padding-right
:
100px
!important
;
border
:
2px
solid
;
border-color
:
#D5E3F0
;
background-color
:
#DAE6F2
;
height
:
200px
;
width
:
100%
;
}
#sendButton
{
width
:
100px
;
font-family
:
"Lato Black"
;
color
:
#A1B0C3
;
background-color
:
white
;
border-radius
:
25px
;
}
#receiveButton
{
width
:
100px
;
font-family
:
"Lato Black"
;
color
:
white
;
background-color
:
#20B9FF
;
border-radius
:
25px
;
}
#transactions
{
padding-left
:
100px
!important
;
margin-top
:
10px
;
}
.transactionsTable
{
border-collapse
:
separate
;
border-spacing
:
10px
;
}
.transactionsTable
tr
{
border
:
1px
solid
#D5E3F0
;
text-align
:
left
;
border-spacing
:
10px
;
}
.transactionsTable
th
{
text-align
:
left
;
border-spacing
:
10px
;
}
.transactionsTable
td
{
height
:
50px
;
vertical-align
:
center
;
}
Breeze.UI/src/app/wallet/history/history.component.css
View file @
b21ca895
#transactions
{
margin-top
:
10px
;
}
.transactionsTable
{
border-collapse
:
separate
;
border-spacing
:
10px
;
}
.transactionsTable
tr
{
border
:
1px
solid
#D5E3F0
;
text-align
:
left
;
border-spacing
:
10px
;
}
.transactionsTable
th
{
text-align
:
left
;
border-spacing
:
10px
;
}
.transactionsTable
td
{
height
:
50px
;
vertical-align
:
center
;
}
Breeze.UI/src/app/wallet/menu/menu.component.css
View file @
b21ca895
.navbar
{
height
:
60px
;
width
:
100%
;
padding-left
:
85px
;
}
.nav-link
{
margin
:
0
auto
;
text-align
:
center
;
width
:
120px
;
background-color
:
white
;
color
:
black
;
border
:
none
;
}
.is-active
{
background-color
:
white
;
color
:
#FF9900
;
border-bottom
:
2px
solid
;
border-color
:
#FF9900
;
padding-bottom
:
25px
;
}
Breeze.UI/src/app/wallet/receive/receive.component.css
View file @
b21ca895
#receiveForm
{
padding
:
10px
;
}
Breeze.UI/src/app/wallet/send/send.component.css
View file @
b21ca895
#sendForm
{
padding
:
10px
;
}
#feeSlider
{
width
:
200px
;
}
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