feat: commandButton을 lumen 버튼으로

This commit is contained in:
2021-11-30 01:09:37 +09:00
parent 1d821480fc
commit a5f8aa6d17
3 changed files with 21 additions and 41 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
}
@each $colorType, $color in $nationColors {
.sam-nation-color-#{$colorType} {
.sam-color-#{$colorType} {
.sam-nation-own-bgcolor{
background-color: $color;
color: frontColor($color);
-20
View File
@@ -126,10 +126,8 @@ body {
.commandButton {
width: 100%;
height: 30px;
font-weight: bold;
font-size: 13px;
margin: 0;
display: block;
}
@@ -177,10 +175,8 @@ body {
.commandButton {
width: 100%;
height: 30px;
font-weight: bold;
font-size: 13px;
margin: 0;
display: block;
}
@@ -255,22 +251,6 @@ body {
display: block;
}
.commandButton:disabled::before {
content: ''
}
.commandButton:disabled::after {
content: ''
}
.commandButton:disabled {
background-color: transparent !important;
color: gray !important;
border-color: transparent !important;
}
.toolbarButton2 {
float: left;
background-color: #225500;