mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
39 lines
734 B
SCSS
39 lines
734 B
SCSS
// 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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.bp4-tabs {
|
|
.bp4-tab-panel {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
}
|