Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
WCMS
uw_fdsu_theme_resp
Commits
461d4fd2
Commit
461d4fd2
authored
Apr 15, 2020
by
m26lebla
Browse files
RT#1059708: WCMS expandable content issue- additional css
parent
471436fb
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
css/rwd.css
css/rwd.css
+1
-1
sass/rwd/_colors.scss
sass/rwd/_colors.scss
+0
-2
sass/rwd/_content.scss
sass/rwd/_content.scss
+2
-2
No files found.
css/rwd.css
View file @
461d4fd2
This diff is collapsed.
Click to expand it.
sass/rwd/_colors.scss
View file @
461d4fd2
...
...
@@ -172,8 +172,6 @@ body {
&
:after
{
color
:
nth
(
$faculty
,
8
);
}
@include
uw-transition
(
$delay
:
0s
,
$duration
:
200ms
,
$timing
:
'linear'
,
$property
:
(
color
,
background-color
,
border-color
,
opacity
));
&
:hover
,
&
:focus
{
background-color
:
$white
;
border
:
2px
solid
#fafafa
;
...
...
sass/rwd/_content.scss
View file @
461d4fd2
...
...
@@ -819,7 +819,7 @@
transform
:
scale
(
1
,
1
)
rotate
(
90deg
);
text-align
:
center
;
@include
uw-transition
(
$delay
:
0s
,
$duration
:
200ms
,
$timing
:
"linear"
,
$property
:
(
color
,
background-color
,
border-color
,
opacity
,
transform
));
@include
uw-transition
(
$delay
:
0s
,
$duration
:
200ms
,
$timing
:
"linear"
,
$property
:
(
transform
));
}
&
:hover
{}
...
...
@@ -886,7 +886,7 @@
-ms-transform
:
scale
(
1
,
-1
)
rotate
(
90deg
);
transform
:
scale
(
1
,
-1
)
rotate
(
90deg
);
@include
uw-transition
(
$delay
:
0s
,
$duration
:
200ms
,
$timing
:
"linear"
,
$property
:
(
color
,
background-color
,
border-color
,
opacity
,
transform
));
@include
uw-transition
(
$delay
:
0s
,
$duration
:
200ms
,
$timing
:
"linear"
,
$property
:
(
transform
));
}
}
}
...
...
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