soneta-ui-style
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
@import "../common/PredefinedMixins.scss";
|
||||
@import "./partial.scss";
|
||||
@import "./Variables.scss";
|
||||
|
||||
.lookup-content {
|
||||
@include partial-column-center;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 1px 2px 0 2px;
|
||||
overflow-x: hidden;
|
||||
background-color: $lookup_auto_bg;
|
||||
font-family: $defaultFont;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
|
||||
.command {
|
||||
width: 100%;
|
||||
height: 48px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user