ui: remove browserify

This commit is contained in:
Jean-Baptiste Pasquier
2019-05-14 14:03:11 +02:00
parent 6c1a28f604
commit 68a187a06b
8 changed files with 577 additions and 1755 deletions

View File

@ -16,10 +16,10 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3
//- script(type="module" src="/lib/sib-directory/sib-directory.js")
//- CDN
script(type="module" src="https://unpkg.com/@startinblox/core@0.7.15")
script(type="module" src="https://unpkg.com/@startinblox/core@0.7")
script(type="module" src="https://unpkg.com/@startinblox/router@0.7.2")
script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1.7")
script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.1.12")
script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.2.1")
script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.1.10")
script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.1.11")

View File

@ -31,6 +31,10 @@
}
}
member-info-groups {
@extend %user-role;
}
.how-link {
@extend .howto;
background-color: $color-0-0-100;