mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
Convert simpleeditor stylesheet to SCSS
This commit is contained in:
parent
84bae83d68
commit
9d44192889
3 changed files with 2 additions and 1 deletions
29
modules/editor/skins/simpleeditor/css/simpleeditor.scss
Normal file
29
modules/editor/skins/simpleeditor/css/simpleeditor.scss
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
.rx_simpleeditor {
|
||||
width: 100%;
|
||||
min-height: 60px;
|
||||
box-sizing: border-box;
|
||||
outline: 0 solid transparent;
|
||||
resize: vertical;
|
||||
overflow-y: auto;
|
||||
&.light {
|
||||
border: 1px solid #c4c4c4;
|
||||
background: #fff;
|
||||
padding: 10px;
|
||||
}
|
||||
&.dark, .color_scheme_dark & {
|
||||
border-color: #111;
|
||||
background: #333;
|
||||
color: #fff;
|
||||
}
|
||||
iframe {
|
||||
max-width: 100%;
|
||||
padding: 5px 0;
|
||||
}
|
||||
img {
|
||||
max-width: 50%;
|
||||
padding: 5px 0;
|
||||
}
|
||||
img.thumbnail {
|
||||
max-width: 160px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue