mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-12 23:23:49 +08:00
[Legacy] Outbound Email Editview Styling Fixes
This commit is contained in:
parent
a86e80f303
commit
f40a9b9262
3 changed files with 66 additions and 1 deletions
|
@ -180,4 +180,5 @@
|
|||
@import '../suitep-base/history-subpanel-mobile.scss';
|
||||
@import '../suitep-base/maps-quickradius.scss';
|
||||
@import '../suitep-base/activity-stream-mobile.scss';
|
||||
@import '../suitep-base/outbound-email.scss';
|
||||
//
|
||||
|
|
|
@ -0,0 +1,64 @@
|
|||
.view-module-OutboundEmailAccounts {
|
||||
.action-buttons {
|
||||
top: 0;
|
||||
margin-top: -3.5em;
|
||||
}
|
||||
#save_and_continue.button {
|
||||
background-color: $nepal-grey;
|
||||
border-radius: 0.2em;
|
||||
font-weight: bold;
|
||||
height: 2.2em;
|
||||
line-height: 1em;
|
||||
letter-spacing: 0.05em;
|
||||
padding: 0.3em 1em;
|
||||
text-transform: capitalize;
|
||||
margin-top: 0.2em;
|
||||
margin-right: 0.2em;
|
||||
margin-left: 0.2em;
|
||||
&:hover {
|
||||
background: $pale-blue;
|
||||
}
|
||||
}
|
||||
#gmail-button,#yahoomail-button,#exchange-button,#other-button {
|
||||
background-color: $nepal-grey;
|
||||
border-radius: 0.2em;
|
||||
font-weight: bold;
|
||||
height: 2.2em;
|
||||
line-height: 1em;
|
||||
letter-spacing: 0.05em;
|
||||
text-transform: capitalize;
|
||||
border: none;
|
||||
color: $white;
|
||||
&:hover {
|
||||
background: $pale-blue;
|
||||
}
|
||||
}
|
||||
.pwd-btn {
|
||||
background-color: $nepal-grey;
|
||||
border-radius: 0.2em;
|
||||
font-weight: bold;
|
||||
height: 2.2em;
|
||||
line-height: 1em;
|
||||
letter-spacing: 0.05em;
|
||||
text-transform: capitalize;
|
||||
border: none;
|
||||
color: $white;
|
||||
padding: 0.5em 0.9em;
|
||||
&:hover {
|
||||
background: $pale-blue;
|
||||
}
|
||||
}
|
||||
.panel-content {
|
||||
.panel-body {
|
||||
.edit-view-row {
|
||||
input[type=text],input[type=password],input[type=email],input[type=number]{
|
||||
background-color: $transparent-color !important;
|
||||
border: 1px solid $form-border-color !important;
|
||||
position: relative;
|
||||
top: -1;
|
||||
height: 2.1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue