transition: transform ease-in-out 280ms;
transform: translateX(580px);
display: grid;
- grid-template-columns: 42px 1fr;
+ grid-template-columns: 42px 1fr 12px;
color: #444;
font-weight: 700;
span, svg {
padding-right: $-s;
fill: currentColor;
}
+ .dismiss {
+ margin-top: -8px;
+ svg {
+ height: 1.0rem;
+ color: #444;
+ }
+ }
span {
vertical-align: middle;
line-height: 1.3;
.popup-body {
background-color: #FFF;
max-height: 90%;
- width: 1200px;
+ max-width: 1200px;
+ width: 90%;
height: auto;
- margin: 2% 5%;
+ margin: 2% auto;
border-radius: 4px;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
overflow: hidden;
}
#code-editor .lang-options {
- max-width: 400px;
+ max-width: 480px;
margin-bottom: $-s;
a {
margin-right: $-xs;