Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Luc Didry
kresus
Commits
7a1db288
Commit
7a1db288
authored
Mar 19, 2019
by
Nicolas Frandeboeuf
Browse files
[CSS] Uniformize wells code
parent
ab9d8598
Changes
3
Hide whitespace changes
Inline
Side-by-side
client/themes/dark/style.css
View file @
7a1db288
...
...
@@ -201,7 +201,7 @@ main nav .bank-details > li > .accounts > li a.active .amount.negative {
position
:
relative
;
}
.well-icon
{
.operation-wells
.well-icon
{
border-radius
:
0
;
background-color
:
transparent
;
float
:
none
;
...
...
@@ -232,8 +232,8 @@ main nav .bank-details > li > .accounts > li a.active .amount.negative {
}
}
.well-title
,
.well-sub
{
.operation-wells
.well-title
,
.operation-wells
.well-sub
{
color
:
inherit
;
}
...
...
@@ -285,7 +285,7 @@ main nav .bank-details > li > .accounts > li a.active .amount.negative {
}
}
.well-icon
*
{
.operation-wells
.well-icon
*
{
align-self
:
center
;
}
...
...
client/themes/default/style.css
View file @
7a1db288
...
...
@@ -377,7 +377,7 @@ main nav .bank-details > li > .accounts > li a {
background-color
:
var
(
--wells-saved-color
);
}
.well-icon
{
.operation-wells
.well-icon
{
margin-top
:
10px
;
margin-right
:
0
;
border-radius
:
100%
;
...
...
@@ -390,17 +390,17 @@ main nav .bank-details > li > .accounts > li a {
width
:
60px
;
}
.well-title
{
.operation-wells
.well-title
{
font-size
:
16px
;
color
:
#EEEEEE
;
}
.well-sub
{
.operation-wells
.well-sub
{
font-size
:
12px
;
color
:
#EEEEEE
;
}
.operation-amount
{
.operation-wells
.operation-amount
{
font-size
:
30px
;
font-weight
:
bold
;
margin-left
:
2px
;
...
...
client/themes/light/style.css
View file @
7a1db288
...
...
@@ -129,7 +129,7 @@ main nav .bank-details > li > .accounts > li a.active .amount.negative {
position
:
relative
;
}
.well-icon
{
.operation-wells
.well-icon
{
border-radius
:
0
;
background-color
:
transparent
;
float
:
none
;
...
...
@@ -161,8 +161,8 @@ main nav .bank-details > li > .accounts > li a.active .amount.negative {
}
}
.well-title
,
.well-sub
{
.operation-wells
.well-title
,
.operation-wells
.well-sub
{
color
:
inherit
;
}
...
...
@@ -214,7 +214,7 @@ main nav .bank-details > li > .accounts > li a.active .amount.negative {
}
}
.well-icon
*
{
.operation-wells
.well-icon
*
{
align-self
:
center
;
}
...
...
Write
Preview
Supports
Markdown
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