mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 02:01:40 +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) {
|
.word_break(@wb) when (@wb = none) {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.xe_content {
|
.xe_content, .rhymix_content {
|
||||||
font-family: @default_font_family;
|
font-family: @default_font_family;
|
||||||
font-size: @default_font_size;
|
font-size: @default_font_size;
|
||||||
line-height: @default_line_height;
|
line-height: @default_line_height;
|
||||||
|
|
@ -65,7 +65,7 @@ a img {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Popup Menu Area */
|
/* Popup Menu Area */
|
||||||
#popup_menu_area {
|
#rhymix_popup_menu, #popup_menu_area {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
|
|
@ -98,7 +98,7 @@ a img {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 400px) {
|
@media screen and (max-width: 400px) {
|
||||||
#popup_menu_area {
|
#rhymix_popup_menu, #popup_menu_area {
|
||||||
min-width:120px;
|
min-width:120px;
|
||||||
max-width:95%;
|
max-width:95%;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
|
@ -314,6 +314,9 @@ a img {
|
||||||
.btnArea {
|
.btnArea {
|
||||||
.btnArea_mixin(@enable_xe_btn_styles);
|
.btnArea_mixin(@enable_xe_btn_styles);
|
||||||
}
|
}
|
||||||
|
.rhymix_button_wrapper {
|
||||||
|
.btnArea_mixin(true);
|
||||||
|
}
|
||||||
.btn_mixin(@enabled) when (@enabled = true) {
|
.btn_mixin(@enabled) when (@enabled = true) {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
*display: inline;
|
*display: inline;
|
||||||
|
|
@ -378,6 +381,9 @@ a img {
|
||||||
.btn {
|
.btn {
|
||||||
.btn_mixin(@enable_xe_btn_styles);
|
.btn_mixin(@enable_xe_btn_styles);
|
||||||
}
|
}
|
||||||
|
.rhymix_button {
|
||||||
|
.btn_mixin(true);
|
||||||
|
}
|
||||||
.btn-group_mixin(@enabled) when (@enabled = true) {
|
.btn-group_mixin(@enabled) when (@enabled = true) {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
@ -465,3 +471,6 @@ a img {
|
||||||
.message {
|
.message {
|
||||||
.message_mixin(@enable_xe_msg_styles);
|
.message_mixin(@enable_xe_msg_styles);
|
||||||
}
|
}
|
||||||
|
.rhymix_message {
|
||||||
|
.message_mixin(true);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue