Skip to content

Commit d5b48b1

Browse files
authored
fix(laravel): SwaggerUI custom CSS (#6937)
1 parent 209b633 commit d5b48b1

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

src/Laravel/public/style.css

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ html {
1111
}
1212

1313
body {
14-
margin: 70px 0 0;
1514
background: #f0f0f0;
1615
}
1716

@@ -58,27 +57,6 @@ header #logo img {
5857
top: 0;
5958
}
6059

61-
/* .web:after { */
62-
/* content: ""; */
63-
/* opacity: 0; */
64-
/* width: 2px; */
65-
/* height: 70px; */
66-
/* position: fixed; */
67-
/* right: 35px; */
68-
/* background-color: black; */
69-
/* } */
70-
71-
/* .web.calm:after { */
72-
/* opacity: .2; */
73-
/* height: calc(100% - 120px); */
74-
/* transition: height 2s ease-in-out 2s, opacity 0s linear 2s; */
75-
/* } */
76-
/**/
77-
/* .web.frighten:after { */
78-
/* opacity: .2; */
79-
/* transition: height 1s ease-in-out; */
80-
/* } */
81-
8260
.webby_car {
8361
position: fixed;
8462
top: 10px;
@@ -117,7 +95,7 @@ header #logo img {
11795
50% {
11896
opacity: 1;
11997
transform: scale(1);
120-
}
98+
}
12199
100% {
122100
opacity: 0;
123101
transform: scale(1);
@@ -169,7 +147,7 @@ header #logo img {
169147
width: 100%;
170148
max-width: 1460px;
171149
padding: 0 50px;
172-
margin: 0 auto;
150+
margin: 80px 0 auto;
173151
}
174152

175153
/** METHODS BLOCKS **/

0 commit comments

Comments
 (0)