Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
c47deb65
Commit
c47deb65
authored
Apr 30, 2019
by
Robert Lyon
Committed by
Gerrit Code Review
Apr 30, 2019
Browse files
Merge "Bug #1826954 Pending friends card has extra white space under request message"
parents
eaddc10a
6cc2ccd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/sass/layout/card/_card-colors.scss
View file @
c47deb65
...
@@ -89,13 +89,20 @@
...
@@ -89,13 +89,20 @@
color
:
$state-warning-text
;
color
:
$state-warning-text
;
}
}
.card-body
{
.card-body
{
background-color
:
$
state-warning
-bg
;
background-color
:
$
card
-bg
;
}
}
.card-footer
{
.card-footer
{
background-color
:
scale-color
(
$state-
info
-bg
,
$lightness
:
70%
);
background-color
:
scale-color
(
$state-
warning
-bg
,
$lightness
:
70%
);
color
:
$state-warning-text
;
color
:
$state-warning-text
;
&
:hover
,
&
:focus
{
background-color
:
scale-color
(
$state-warning-bg
,
$lightness
:
80%
);
.icon
{
color
:
$state-warning-text
;
}
}
.icon
{
.icon
{
color
:
$
theme-text-color
;
color
:
$
state-warning-text
;
}
}
}
}
.card-footer
,
.card-footer
,
...
@@ -159,6 +166,13 @@
...
@@ -159,6 +166,13 @@
.card-footer
{
.card-footer
{
background-color
:
$card-footer-bg
;
background-color
:
$card-footer-bg
;
color
:
$state-submitted-text
;
color
:
$state-submitted-text
;
&
:hover
,
&
:focus
{
background-color
:
scale-color
(
$state-submitted-bg
,
$lightness
:
80%
);
.icon
{
color
:
$state-submitted-text
;
}
}
.icon
{
.icon
{
color
:
$state-submitted-text
;
color
:
$state-submitted-text
;
}
}
...
...
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