We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ccb2f1 commit 2cfe97fCopy full SHA for 2cfe97f
templates/build.crotmp
@@ -52,7 +52,7 @@
52
<hr>
53
<div class="field is-grouped">
54
<div class="control">
55
- <button class="button is-link">Submit</button>
+ <button class="button is-info is-rounded is-small">Submit</button>
56
</div>
57
58
</form>
templates/project.crotmp
@@ -14,7 +14,7 @@
14
15
<?{ .allow-manual-run == True && .disabled != True}>
16
<div class="panel-block">
17
- <a class="button is-small" href="<.http-root>/build/project/<.project>" >Build now</a>
+ <a class="button is-info is-rounded is-small" href="<.http-root>/build/project/<.project>" >Build now</a>
18
19
</?>
20
<div class="is-fullwidth">
0 commit comments