feat: commandButton을 lumen 버튼으로
This commit is contained in:
Vendored
+1
-1
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user