Merge branch 'fix-issue-52-dice-picker-with-large-font' into 'dev'
[Issue-#52] Fixing Dice-Picker with large text-size by setting max size using... See merge request teaml5r/l5r5e!33
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -118,7 +118,7 @@
|
|||||||
|
|
||||||
// Dice Picker
|
// Dice Picker
|
||||||
.dice-picker-dialog {
|
.dice-picker-dialog {
|
||||||
min-width: 600px;
|
min-width: 35rem;
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
// Utility
|
// Utility
|
||||||
* {
|
* {
|
||||||
@@ -225,6 +225,7 @@
|
|||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
font-size: large;
|
font-size: large;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
&-ring {
|
&-ring {
|
||||||
color: #f0f0e0;
|
color: #f0f0e0;
|
||||||
|
|||||||
Reference in New Issue
Block a user