Skip to content
Snippets Groups Projects
Commit aeab8c8f authored by Thomas Hackl's avatar Thomas Hackl
Browse files

switch from LESS to SCSS

parent 4deb62af
No related branches found
No related tags found
1 merge request!13SCSS und babel-loader
This commit is part of merge request !13. Comments created here will be created in the context of that merge request.
......@@ -46,7 +46,7 @@ class SimpleBBBConnector extends StudIPPlugin implements SystemPlugin
public function perform($unconsumed_path)
{
$this->addStylesheet('assets/bbb-connector.less');
$this->addStylesheet('assets/bbb-connector.scss');
PageLayout::addScript($this->getPluginURL() . '/assets/bbb-connector-app.js');
parent::perform($unconsumed_path);
}
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment