mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Add rhymix aliases to XE CSS classes
This commit is contained in:
parent
e9db9df53b
commit
6d77e860aa
1 changed files with 12 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ a img {
|
|||
.word_break(@wb) when (@wb = none) {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.xe_content {
|
||||
.xe_content, .rhymix_content {
|
||||
font-family: @default_font_family;
|
||||
font-size: @default_font_size;
|
||||
line-height: @default_line_height;
|
||||
|
|
@ -65,7 +65,7 @@ a img {
|
|||
}
|
||||
|
||||
/* Popup Menu Area */
|
||||
#popup_menu_area {
|
||||
#rhymix_popup_menu, #popup_menu_area {
|
||||
position: absolute;
|
||||
z-index: 9999;
|
||||
margin: 10px 0;
|
||||
|
|
@ -98,7 +98,7 @@ a img {
|
|||
}
|
||||
}
|
||||
@media screen and (max-width: 400px) {
|
||||
#popup_menu_area {
|
||||
#rhymix_popup_menu, #popup_menu_area {
|
||||
min-width:120px;
|
||||
max-width:95%;
|
||||
font-size: 13px;
|
||||
|
|
@ -314,6 +314,9 @@ a img {
|
|||
.btnArea {
|
||||
.btnArea_mixin(@enable_xe_btn_styles);
|
||||
}
|
||||
.rhymix_button_wrapper {
|
||||
.btnArea_mixin(true);
|
||||
}
|
||||
.btn_mixin(@enabled) when (@enabled = true) {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
|
|
@ -378,6 +381,9 @@ a img {
|
|||
.btn {
|
||||
.btn_mixin(@enable_xe_btn_styles);
|
||||
}
|
||||
.rhymix_button {
|
||||
.btn_mixin(true);
|
||||
}
|
||||
.btn-group_mixin(@enabled) when (@enabled = true) {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
|
@ -465,3 +471,6 @@ a img {
|
|||
.message {
|
||||
.message_mixin(@enable_xe_msg_styles);
|
||||
}
|
||||
.rhymix_message {
|
||||
.message_mixin(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue