2019-04-16 14:01:42 +00:00
|
|
|
#buttons,
|
|
|
|
#buttons_2{
|
2018-01-02 14:46:05 +00:00
|
|
|
> div{
|
|
|
|
width: 50%;
|
|
|
|
float: left;
|
|
|
|
}
|
2019-04-16 14:01:42 +00:00
|
|
|
.proj2 {
|
|
|
|
float: right !important;
|
|
|
|
}
|
2018-01-02 14:46:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cmd{
|
2018-01-06 22:51:53 +00:00
|
|
|
width: 240px;
|
2018-01-02 14:46:05 +00:00
|
|
|
text-align: center;
|
2018-02-01 19:50:27 +00:00
|
|
|
margin: 10px auto;
|
2018-01-30 10:05:50 +00:00
|
|
|
display: block;
|
|
|
|
font-size: 16px;
|
2018-01-02 14:46:05 +00:00
|
|
|
i{
|
2018-02-01 19:50:27 +00:00
|
|
|
margin-top: 3px;
|
|
|
|
&:first-child{
|
|
|
|
float: left;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
&:last-child{
|
|
|
|
float: right;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2018-01-02 14:46:05 +00:00
|
|
|
}
|
|
|
|
&.fwd i{
|
2018-03-15 01:07:47 +00:00
|
|
|
color: #fff; //@FORWARD;
|
2018-01-02 14:46:05 +00:00
|
|
|
}
|
|
|
|
&.bwd i{
|
2018-03-15 01:07:47 +00:00
|
|
|
color: #fff; //@BACKWARD;
|
2018-01-02 14:46:05 +00:00
|
|
|
}
|
|
|
|
&:active,
|
2018-02-01 19:50:27 +00:00
|
|
|
&.active{
|
2018-01-02 14:46:05 +00:00
|
|
|
&.fwd{
|
|
|
|
background: @FORWARD;
|
|
|
|
border-color: @FORWARD;
|
|
|
|
}
|
|
|
|
&.bwd{
|
|
|
|
background: @BACKWARD;
|
|
|
|
border-color: @BACKWARD;
|
|
|
|
}
|
2022-07-15 22:11:26 +00:00
|
|
|
&.capper{
|
|
|
|
background: white;
|
|
|
|
color: @BG;
|
|
|
|
}
|
2018-01-02 14:46:05 +00:00
|
|
|
i{
|
|
|
|
color: @BG;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|