aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/styles.scss
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/client/src/styles.scss')
-rw-r--r--cds-ui/client/src/styles.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/cds-ui/client/src/styles.scss b/cds-ui/client/src/styles.scss
index 1a81d0d71..10d55776d 100644
--- a/cds-ui/client/src/styles.scss
+++ b/cds-ui/client/src/styles.scss
@@ -24,3 +24,25 @@ limitations under the License.
.mat-card:not([class*=mat-elevation-z]) {
box-shadow: none !important;
}
+
+.btn-active {
+ margin: 0.5em;
+ background-color: #3f51b5;
+ color: white;
+ border-radius: 4px;
+ border: none;
+ padding: 0.5em;
+ min-width: 6em;
+ cursor: pointer;
+}
+
+.btn-disablled {
+ background-color: #c5cae8;
+ border-radius: 4px;
+ color: darkgray;
+ margin: 0.5em;
+ padding: 0.5em;
+ min-width: 6em;
+ border: none;
+ cursor: initial;
+} \ No newline at end of file