Third and final part of style draft implemented

This commit is contained in:
2021-04-06 11:53:38 +02:00
parent 261cd57899
commit e526bc34fc
2 changed files with 62 additions and 5 deletions

View File

@@ -28,6 +28,12 @@
width: 30%;
}
.tooltip-window .tip {
width: 80%;
background: gray;
}
.bordered-field {
border: 2px solid rgba(93, 99, 96, 0.705);
border-radius: 5px;