mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
Convert remaining LESS files to SCSS
This commit is contained in:
parent
15648d10d1
commit
84bae83d68
6 changed files with 56 additions and 46 deletions
|
|
@ -1,61 +0,0 @@
|
|||
@charset "UTF-8";
|
||||
#emoticons{
|
||||
padding:0 10px 20px 10px;
|
||||
input.emoticon{
|
||||
display: inline-block;
|
||||
margin:5px;
|
||||
cursor:pointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
div.rx_tab {
|
||||
width: 100%;
|
||||
white-space: nowrap;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
box-sizing: border-box;
|
||||
ul.rx_tab {
|
||||
display: block;
|
||||
list-style: outside none none;
|
||||
margin: 0;
|
||||
text-decoration: none;
|
||||
|
||||
&>li {
|
||||
display: inline-block;
|
||||
height: 40px;
|
||||
line-height: 18px;
|
||||
position: relative;
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
color: #000;
|
||||
font-weight: 400;
|
||||
letter-spacing: -1px;
|
||||
line-height: 40px;
|
||||
text-decoration: none;
|
||||
|
||||
span {
|
||||
border-left: 1px solid #e0e0e0;
|
||||
padding: 0 15px;
|
||||
}
|
||||
}
|
||||
|
||||
a:hover,
|
||||
a:focus,
|
||||
&.rx_active a
|
||||
{
|
||||
color: #2196f3;
|
||||
}
|
||||
|
||||
&:first-child a span {
|
||||
border-left: 0 none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* for mobile view */
|
||||
div.xe_mobile {
|
||||
display:none!important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue