Skip to content

Commit

Permalink
RUC-UP style
Browse files Browse the repository at this point in the history
  • Loading branch information
reginaldo.marinho committed May 17, 2024
1 parent fcc09a6 commit 494969d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import "./public/normalize.css"
}
})

// rucula.popup.messsage.warning({text:"Esse projeto encontra-se em fase de Desenvolvimento"});
rucula.popup.messsage.warning({text:"Esse projeto encontra-se em fase de Desenvolvimento"});

form?.addEventListener('r-a-save.click',(e) => {

Expand Down
8 changes: 4 additions & 4 deletions public/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
bottom: 0;
width: 100%;
height: 100%;
background-color: #ffffff17;
z-index: 10;
}

Expand Down Expand Up @@ -497,9 +496,9 @@ form.r-f-items{
.r-message {
padding: 30px 10px 10px 10px;
width: 400px;
background-color: var(--color-write);
background-color: var(--bgc-frames);
border-radius: 10px;
box-shadow: 0px 0px 3px var(--color-grey);
box-shadow: 0px 0px 2px var(--color-border-default);
}

.r-message-header {
Expand Down Expand Up @@ -540,10 +539,11 @@ form.r-f-items{
}
.r-message-footer button.ok {
margin-left: 10px;
background-color: #2b2bb4;
background-color: #0606d8;
color: #fff;

}

.color-darkgrey {
color: darkgrey;
}
Expand Down

0 comments on commit 494969d

Please sign in to comment.