You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
541 B

.as-wrapper {
position: relative;
}
.as-wrapper .as-menu {
position: absolute;
z-index: 1000;
width: 100%;
display: none;
background-color: #FFF;
}
.as-wrapper .as-selected {
/*background-color: #f5f5f5;*/
color: #FFF;
background-color: #07d;
}
.as-align-left {
text-align: left;
}
.as-wrapper .sub-value {
color: gray !important;
font-size: 12px;
}
.as-align-right {
text-align: right;
}
.as-align-center {
text-align: center;
}