Commit 422c8ef6 authored by Duggan, John's avatar Duggan, John
Browse files

Clean up tool outputs in CompactTheme

parent d77f0227
Loading
Loading
Loading
Loading
+11 −3
Original line number Diff line number Diff line
@@ -130,12 +130,16 @@ html {
        min-width: 0px !important;
        padding: 5px 5px !important;
        box-shadow: none !important;
    }

        .v-btn__content {
            text-transform: none;
        }

        .v-btn__prepend {
            margin-left: 1px;
        }
    }

    .v-label {
        font-size: 0.75rem;
    }
@@ -145,6 +149,10 @@ html {
        padding: 5px;
    }

    textarea.v-field__input {
        mask-image: none !important;
    }

    .v-field {
        margin: 8px 4px 8px 4px;
    }