add implementation

This commit is contained in:
Peter Maquiran
2023-09-11 21:57:14 +01:00
parent 680f57313f
commit c04fc2a15f
12 changed files with 529 additions and 140 deletions
+14 -9
View File
@@ -678,13 +678,13 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
outline: 0;
}
.btn-no-color {
.btn-no-color {
ion-icon {
font-size: rem(35);
}
}
// center
app-diploma-assinar ion-content .main-content,
@@ -1159,7 +1159,7 @@ background: rgb(92, 92, 92);
// .mat-select-value {
// display: table-cell;
// max-width: unset !important;
// max-width: unset !important;
// width: 100% !important;
// /* text-overflow: ellipsis; */
// /* white-space: nowrap; */
@@ -1477,7 +1477,7 @@ ngx-mat-datetime-content .actions {
position: relative;
top: -66px;
margin-bottom: -44px;
button {
z-index: 11111111;
}
@@ -1522,7 +1522,7 @@ ion-textarea.heigh-200 textarea {
font-size: rem(12);
color: red;
}
.new-task {
border-radius: 20px;
background: #efefef;
@@ -1591,7 +1591,7 @@ ion-textarea.heigh-200 textarea {
app-tiny-mce {
app-tiny-mce {
justify-content: flex-start !important;
}
@@ -1603,11 +1603,11 @@ app-tiny-mce {
@media only screen and (min-width: 100px) {
html, body, .viewport-font-size {
font-size: 14px;
}
}
@media only screen and (min-width: 500px) {
@@ -1654,3 +1654,8 @@ h5, .buttons{
.lowercase {
text-transform: lowercase;
}
.welcome-text {
margin-bottom: 15px;
}