We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ca574d + 7431378 commit b5b35ddCopy full SHA for b5b35dd
build.gradle.kts
@@ -29,7 +29,7 @@ val cglibVersion by extra("3.3.0")
29
val mockitoKotlinVersion by extra("6.0.0")
30
31
group = "com.josdem.vetlog"
32
-version = "2.9.5"
+version = "3.0.0"
33
34
configurations {
35
compileOnly {
src/main/resources/static/assets/servizi-dog-theme/css/style.css
@@ -486,7 +486,8 @@ p.title {
486
.darker .btn {
487
background-color: #fff;
488
color: #FF7B27;
489
- line-height: 2em;
+ padding-top: 40px;
490
+ line-height: 1em;
491
margin-top: 5px;
492
transition: all 0.3s;
493
-webkit-transition: all 0.3s;
0 commit comments