diff --git a/package.json b/package.json index de4243c2..899e4887 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "@ngx-translate/core": "^11.0.1", "@ngx-translate/http-loader": "^4.0.0", "angular-date-value-accessor": "^0.0.2", + "bulma": "^0.8.0", "chart.js": "^2.8.0", "font-awesome": "^4.7.0", "ngx-clipboard": "^12.3.0", diff --git a/src/app/pages/voting/voting-summary/voting-summary.component.html b/src/app/pages/voting/voting-summary/voting-summary.component.html index ce4d7e3a..cf9fdb65 100644 --- a/src/app/pages/voting/voting-summary/voting-summary.component.html +++ b/src/app/pages/voting/voting-summary/voting-summary.component.html @@ -18,7 +18,7 @@ {{preferred}} - +
@@ -50,8 +49,7 @@ diff --git a/src/styles.scss b/src/styles.scss index 8008fc10..738312c4 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1,4 +1,5 @@ /* You can add global styles to this file, and also import other style files */ +@import "~bulma/bulma"; @import "assets/scss/variables"; @import "assets/scss/default"; @import "assets/scss/useful_classes"; diff --git a/yarn.lock b/yarn.lock index f6d5d97c..00e16582 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1850,6 +1850,11 @@ builtins@^1.0.3: resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88" integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og= +bulma@^0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.8.0.tgz#ac1606431703a4761b18a4a2d5cc1fa864a2aece" + integrity sha512-nhf3rGyiZh/VM7FrSJ/5KeLlfaFkXz0nYcXriynfPH4vVpnxnqyEwaNGdNCVzHyyCA3cHgkQAMpdF/SFbFGZfA== + bytes@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
@@ -28,7 +28,6 @@ *ngFor='let choice of config.currentPoll.choices' > - {{choice.text}}
- id: {{choice.id}} - + {{pollconfig.choices_count.counts[this.pollconfig.choices[2].id].score}}