Skip to content
Snippets Groups Projects
Verified Commit 29604c5e authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: new border radius

parent 19cd89f0
No related branches found
No related tags found
No related merge requests found
Pipeline #1499 passed
......@@ -35,12 +35,13 @@
pointer-events: initial;
margin: 0px auto 0px auto;
background: rgba(0, 0, 0, 0.3);
padding: 12px 0px 12px 0px;
border-radius: 12px 12px 12px 12px;
padding: 18px 0px 18px 0px;
border-radius: 24px 24px 24px 24px;
}
.keyboard-gb > .keyboard-line {
margin-bottom: 12px;
border-radius: 24px 24px 24px 24px;
}
.keyboard-gb > .keyboard-line:last-child {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment