ttk-app-core
Version:
enterprise develop framework
47 lines (42 loc) • 1.01 kB
text/less
.__floater__open{
z-index: 99999999999 ;
opacity: 0.8 ;
}
.__floater__body{
&>div:first-child{
background-color: rgba(0,0,0,0.35) ;
border:1px dashed #ffffff;
color: #ffffff;
&>div:nth-of-type(2){
justify-content: center;
}
}
button{
border: 1px solid #ffffff ;
border-radius: 3px ;
background-color:transparent ;
color: #ffffff ;
width: 72px;
height: 26px;
line-height: 22px;
font-size: 12px;
padding: 0;
margin: 0 5px;
&:hover{
color: #ff913a ;
border: 1px solid #ff913a ;
}
}
}
.intro-overlay{
background-color: #000000 ;
opacity: 0.6;
z-index:1001;
}
.intro-spotlight{
z-index: 99999999999 ;
border: 1px dashed #404040;
}
.ttk-rc-intro-style{
color:#ff913a ;
}