Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-theme_boost_campus_child
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-theme_boost_campus_child
Commits
67cd40cb
Commit
67cd40cb
authored
3 years ago
by
Julian Wendling
Browse files
Options
Downloads
Patches
Plain Diff
ADD Styling that also changes the hsh course list seach icon based on moodle backend setting
parent
0901e976
No related branches found
No related tags found
1 merge request
!1
ADD Styling that also changes the hsh course list seach icon based on moodle backend setting
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/post.scss
+20
-21
20 additions, 21 deletions
scss/post.scss
with
20 additions
and
21 deletions
scss/post.scss
+
20
−
21
View file @
67cd40cb
...
...
@@ -5,9 +5,9 @@ You can add your SCSS code here if you really need to. */
// Create variables to override the default value for variables used in the Moodle and Bootstrap SCSS files.
/*************************** Import section *****************************/
@import
"fontawesome"
;
@import
"bootstrap"
;
@import
"moodle"
;
//
@import "fontawesome";
//
@import "bootstrap";
//
@import "moodle";
/*************************** Colors ****************************/
...
...
@@ -164,7 +164,7 @@ input[type="checkbox"] {
}
}
// Theme specific changes for this plugin https://lab.it.hs-hannover.de/elc/moodle-block_hshcourselist
#hshcourselistul
{
li
.list-group-item
{
&
.active
,
...
...
@@ -178,10 +178,6 @@ input[type="checkbox"] {
}
}
&
:hover
{
background-color
:
$dropdown-link-hover-bg
;
}
&
[
data-key
^=
"localboostnavigationcustombottomusers"
],
&
[
data-key
^=
"localboostnavigationcustombottomadmins"
]
{
margin-top
:
0
;
...
...
@@ -189,6 +185,18 @@ input[type="checkbox"] {
}
}
// Theme Blockicon settings needs to be enabled
@if
variable-exists
(
blockicon
)
{
@if
$blockicon
==
'yes'
{
.block_hshcourselist
{
h5
:
:
before
{
content
:
"\f002"
!
important
;
}
}
}
}
// courselist changes end
.semesternode
{
padding-left
:
0px
!
important
;
}
...
...
@@ -222,22 +230,12 @@ input[type="checkbox"] {
}
}
.block_hshcourselist
{
h5
:
:
before
{
content
:
"\f002"
!
important
;
}
}
a
[
data-action
=
"hide-course"
]
{
display
:
none
!
important
;
}
.block_course_overview_campus
{
h5
:
:
before
{
content
:
"\f2bb"
!
important
;
}
.site-name
{
display
:
none
!
important
;
}
footer
#page-footer
{
...
...
@@ -328,6 +326,7 @@ footer#page-footer {
}
}
// Global changes
.m-l-3
,
.m-x-3
{
margin-left
:
0
!
important
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment