File tree Expand file tree Collapse file tree
docs/.vitepress/theme/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,11 +85,6 @@ function startAnimation() {
8585 <div class =" entra-flow-sublabel" >MFA satisfied, token issued</div >
8686 </div >
8787 </div >
88-
89- <div class =" entra-flow-protocol" :class =" { 'entra-flow-protocol--active': phase >= 3 }" >
90- <span class =" entra-flow-protocol-badge" >OpenID Connect</span >
91- <span class =" entra-flow-protocol-text" >Standards-based, no proprietary integration required</span >
92- </div >
9388 </div >
9489</template >
9590
@@ -192,35 +187,6 @@ function startAnimation() {
192187 opacity : 1 ;
193188}
194189
195- .entra-flow-protocol {
196- text-align : center ;
197- margin-top : 8px ;
198- opacity : 0 ;
199- transition : opacity 0.5s ;
200- }
201-
202- .entra-flow-protocol--active {
203- opacity : 1 ;
204- }
205-
206- .entra-flow-protocol-badge {
207- display : inline-block ;
208- background : var (--blog-green );
209- color : #fff ;
210- font-size : 0.65em ;
211- font-weight : 700 ;
212- padding : 2px 10px ;
213- border-radius : 10px ;
214- margin-right : 6px ;
215- text-transform : uppercase ;
216- letter-spacing : 0.5px ;
217- }
218-
219- .entra-flow-protocol-text {
220- font-size : 0.7em ;
221- color : var (--blog-text-muted );
222- }
223-
224190@media (max-width : 600px ) {
225191 .entra-flow-steps {
226192 flex-direction : column ;
You can’t perform that action at this time.
0 commit comments