summaryrefslogtreecommitdiffstats
path: root/webapp/src/app/build/build.component.css
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/app/build/build.component.css')
-rw-r--r--webapp/src/app/build/build.component.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/webapp/src/app/build/build.component.css b/webapp/src/app/build/build.component.css
index 5bfc898..11784db 100644
--- a/webapp/src/app/build/build.component.css
+++ b/webapp/src/app/build/build.component.css
@@ -6,5 +6,28 @@
.blocks .btn-primary {
margin-left: 5px;
margin-right: 5px;
+ margin-top: 5px;
border-radius: 4px !important;
+}
+
+.table-borderless>tbody>tr>td,
+.table-borderless>tbody>tr>th,
+.table-borderless>tfoot>tr>td,
+.table-borderless>tfoot>tr>th,
+.table-borderless>thead>tr>td,
+.table-borderless>thead>tr>th {
+ border: none;
+}
+
+.btn-large {
+ width: 10em;
+}
+
+.fa-size-x2 {
+ font-size: 18px;
+}
+
+.textarea-scroll {
+ width: 100%;
+ overflow-y: scroll;
} \ No newline at end of file