Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
StudIP-SimpleBBB-Connector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Uni Vechta
Plugins
StudIP-SimpleBBB-Connector
Merge requests
!13
SCSS und babel-loader
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
SCSS und babel-loader
scss-and-babel-loader
into
master
Overview
0
Commits
3
Pipelines
0
Changes
2
Merged
Thomas Hackl
requested to merge
scss-and-babel-loader
into
master
1 year ago
Overview
0
Commits
3
Pipelines
0
Changes
2
Expand
Fixes
#3 (closed)
,
#4 (closed)
0
0
Merge request reports
Viewing commit
aeab8c8f
Prev
Next
Show latest version
2 files
+
5
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
aeab8c8f
switch from LESS to SCSS
· aeab8c8f
Thomas Hackl
authored
1 year ago
assets/bbb-connector.
le
ss
→
assets/bbb-connector.
sc
ss
+
4
−
3
Options
@@ -35,11 +35,12 @@ table {
.bbb-metrics
{
.contentbox
{
>
section
{
.flex();
.flex-wrap(wrap);
display
:
flex
;
flex-wrap
:
wrap
;
div
{
.
flex
-item(
1 0 50%
)
;
flex
:
1
0
50%
;
}
.ct-label
{
font-size
:
1
.2rem
;
Loading