@appscode/design-system 1.1.0-beta.29 → 1.1.0-beta.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -363,6 +363,40 @@
|
|
|
363
363
|
}
|
|
364
364
|
}
|
|
365
365
|
|
|
366
|
+
.up-down-buttons {
|
|
367
|
+
border-radius: 4px;
|
|
368
|
+
overflow: hidden;
|
|
369
|
+
position: relative;
|
|
370
|
+
z-index: 1;
|
|
371
|
+
max-width: 36px;
|
|
372
|
+
margin-bottom: 0 !important;
|
|
373
|
+
button {
|
|
374
|
+
width: 36px;
|
|
375
|
+
height: 18px;
|
|
376
|
+
cursor: pointer;
|
|
377
|
+
border: none;
|
|
378
|
+
color: $primary;
|
|
379
|
+
background-color: $primary-90;
|
|
380
|
+
transition: 0.3s ease-in-out;
|
|
381
|
+
&:hover {
|
|
382
|
+
background-color: $primary-80;
|
|
383
|
+
}
|
|
384
|
+
&.is-primary {
|
|
385
|
+
background-color: $primary;
|
|
386
|
+
color: $white-100;
|
|
387
|
+
&:hover {
|
|
388
|
+
background-color: $primary-30;
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
.icon {
|
|
392
|
+
margin: 0;
|
|
393
|
+
padding: 0;
|
|
394
|
+
width: auto;
|
|
395
|
+
height: auto;
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
|
|
366
400
|
// dark theme end
|
|
367
401
|
/****************************************
|
|
368
402
|
Responsive Classes
|