Files
bigcapital/packages/webapp/src/style/pages/Preferences/SMSIntegration.scss
2023-10-04 12:17:27 +02:00

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;
}
}
}