mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: Add SMS Integration & SMS Message Form.
This commit is contained in:
38
src/style/pages/Preferences/SMSIntegration.scss
Normal file
38
src/style/pages/Preferences/SMSIntegration.scss
Normal file
@@ -0,0 +1,38 @@
|
||||
// SMS Integration.
|
||||
// ---------------------------------
|
||||
|
||||
.preferences-page__inside-content--sms-integration {
|
||||
.bigcapital-datatable {
|
||||
.table {
|
||||
.tbody {
|
||||
.notification {
|
||||
&__label {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
&__desc {
|
||||
font-size: 13px;
|
||||
margin-top: 3px;
|
||||
line-height: 1.25;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.sms_message.td {
|
||||
.edit-text {
|
||||
display: inline-block;
|
||||
font-size: 11.5px;
|
||||
color: #1652c8;
|
||||
margin-left: 2px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.bp3-tabs {
|
||||
.bp3-tab-panel {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user