summary page rebuild
This commit is contained in:
@ -78,6 +78,10 @@ textarea {
|
||||
padding: 0 0 3rem;
|
||||
}
|
||||
|
||||
.summary_tpl textarea {
|
||||
padding: 1rem 1rem 3rem;
|
||||
}
|
||||
|
||||
[type="search"] {
|
||||
appearance: none;
|
||||
}
|
||||
|
@ -2,18 +2,12 @@
|
||||
margin: 10px 0;
|
||||
|
||||
textarea {
|
||||
background-color: #fff;
|
||||
border: 1px solid black;
|
||||
font-family: "Lucida Console", Monaco, monospace;
|
||||
font-size: 10px;
|
||||
// line-height: 1.6em;
|
||||
margin-bottom: 0;
|
||||
min-height: 205px;
|
||||
width: 100%;
|
||||
|
||||
&[disabled] {
|
||||
background-color: #ddd;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -44,12 +38,6 @@ iframe {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.live-coder-summary{
|
||||
button.update-button{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: $desktop) {
|
||||
.code-input {
|
||||
float: left;
|
||||
@ -107,7 +95,7 @@ iframe {
|
||||
.linedtextarea textarea {
|
||||
padding-right: 0.3em;
|
||||
padding-top: 0.3em;
|
||||
border: 0;
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.linedwrap .lines {
|
||||
|
Reference in New Issue
Block a user