Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
fc5c6b92
Commit
fc5c6b92
authored
Jun 29, 2022
by
victor
🙇
Browse files
Merge branch 'MDL-74742-master' of
https://github.com/junpataleta/moodle
parents
f1ecddd7
ed2e6a9f
Changes
3
Hide whitespace changes
Inline
Side-by-side
theme/boost/scss/moodle/course.scss
View file @
fc5c6b92
...
...
@@ -1247,7 +1247,7 @@ $activity-add-hover: theme-color-level('primary', -10) !default;
.activity-add
,
.block-add
{
@include
border-radius
();
@include
alert-variant
(
$primary-light-background
,
$primary-light-border
,
$primary
-light-border
);
@include
alert-variant
(
$primary-light-background
,
$primary-light-border
,
$primary
);
border-width
:
$border-width
;
.pluscontainer
{
border
:
$border-width
solid
$primary-light-border
;
...
...
theme/boost/style/moodle.css
View file @
fc5c6b92
...
...
@@ -14666,7 +14666,7 @@ span.editinstructions {
.activity-add,
.block-add {
border-radius: 0.5rem;
color: #
3584c9
;
color: #
0f6cbf
;
background-color: #f5f9fc;
border-color: #3584c9;
border-width: 1px;
...
...
@@ -14676,7 +14676,7 @@ span.editinstructions {
border-top-color: #3077b5; }
.activity-add .alert-link,
.block-add .alert-link {
color: #
2a69a1
; }
color: #
0b5190
; }
.activity-add .pluscontainer,
.block-add .pluscontainer {
border: 1px solid #3584c9; }
...
...
theme/classic/style/moodle.css
View file @
fc5c6b92
...
...
@@ -14666,7 +14666,7 @@ span.editinstructions {
.activity-add,
.block-add {
border-radius: 0.25rem;
color: #
3584c9
;
color: #
0f6cbf
;
background-color: #f5f9fc;
border-color: #3584c9;
border-width: 1px;
...
...
@@ -14676,7 +14676,7 @@ span.editinstructions {
border-top-color: #3077b5; }
.activity-add .alert-link,
.block-add .alert-link {
color: #
2a69a1
; }
color: #
0b5190
; }
.activity-add .pluscontainer,
.block-add .pluscontainer {
border: 1px solid #3584c9; }
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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