File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 6464
6565 & .execute
6666 {
67- animation : swagger- ui- pulse 2s infinite ;
68- will-change : transform ;
6967 background-color : $btn-execute-background-color ;
7068 color : $btn-execute-font-color ;
7169 border-color : $btn-execute-border-color ;
7270 }
7371}
7472
75-
76- @keyframes swagger-ui-pulse
77- {
78- 0%
79- {
80- color : $btn-execute-font-color ;
81- background : $btn-execute-background-color-alt ;
82- box-shadow : 0 0 0 0 rgba ($btn-execute-background-color-alt , .8 );
83- }
84- 70%
85- {
86- box-shadow : 0 0 0 5px rgba ($btn-execute-background-color-alt , 0 );
87- }
88- 100%
89- {
90- color : $btn-execute-font-color ;
91- background : $btn-execute-background-color-alt ;
92- box-shadow : 0 0 0 0 rgba ($btn-execute-background-color-alt , 0 );
93- }
94- }
95-
9673.btn-group
9774{
9875 display : flex ;
You can’t perform that action at this time.
0 commit comments