11 lines
No EOL
148 B
CSS
11 lines
No EOL
148 B
CSS
.disabled {
|
|
opacity: 0.5;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.divider {
|
|
width: 1px;
|
|
height: 49px;
|
|
margin: 0 10px;
|
|
background-color: $gray-light;
|
|
} |