mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
chore: update docs dependencies (#4522)
This commit is contained in:
41
docs/src/components/ProviderMarqueeStyle.module.css
Normal file
41
docs/src/components/ProviderMarqueeStyle.module.css
Normal file
@@ -0,0 +1,41 @@
|
||||
.circle {
|
||||
position: absolute;
|
||||
object-position: center center;
|
||||
will-change: transform, opacity;
|
||||
top: -50%;
|
||||
left: -50%;
|
||||
border-radius: 50%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: block;
|
||||
width: 65%;
|
||||
height: 65%;
|
||||
filter: grayscale(100%);
|
||||
opacity: 0.1;
|
||||
}
|
||||
|
||||
.fullWidth {
|
||||
width: 100vw;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
right: 50%;
|
||||
margin-left: -50vw;
|
||||
margin-right: -50vw;
|
||||
}
|
||||
|
||||
.height {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
.company {
|
||||
position: relative;
|
||||
/* width: ${(props) => props.scale * 75}px; */
|
||||
/* height: ${(props) => props.scale * 75}px; */
|
||||
}
|
||||
Reference in New Issue
Block a user