first commit
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
#translations_form {
|
||||
.translations-email-panel {
|
||||
padding: 8px 12px;
|
||||
@include margin(0, 0, 8px, 20px);
|
||||
}
|
||||
|
||||
.block-mail {
|
||||
iframe,
|
||||
textarea {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
}
|
||||
}
|
||||
|
||||
.panel-group {
|
||||
display: none;
|
||||
}
|
||||
|
||||
a.panel-title {
|
||||
i {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
|
||||
i {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mails_field {
|
||||
padding-bottom: 8px;
|
||||
margin-bottom: 16px;
|
||||
border-bottom: 1px solid #eee;
|
||||
|
||||
ul.nav-pills {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
h4 .badge {
|
||||
font-size: 12px;
|
||||
|
||||
&.badge-danger {
|
||||
color: $brand-danger;
|
||||
background-color: transparent;
|
||||
border: solid 2px $brand-danger;
|
||||
}
|
||||
}
|
||||
|
||||
.panel-footer {
|
||||
margin: 0 -15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user