PHP Classes

File: frontend/src/components/StatusApi/style.ts

Recommend this page to a friend!
  Classes of carlos carvalho   yrprey PHP application   frontend/src/components/StatusApi/style.ts   Download  
File: frontend/src/components/StatusApi/style.ts
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: yrprey PHP application
Web app to learn about OWASP API vulnerabilities
Author: By
Last change:
Date: 5 months ago
Size: 446 bytes
 

Contents

Class file image Download
import styled from "styled-components"; export const StyledStatusApi = styled.div` position: fixed; top: 4px; right: 4px; width: 98px; height: 24px; display: flex; align-items: center; justify-content: center; border-radius: 4px; z-index: 99999; p { color: #fff; font-size: 14px; } @media (max-width: 1024px) { position: static; width: 100%; z-index: 1; } `;