Skip to content

Commit

Permalink
Update based on fpc export 9 absolute px from AnimaPackage-Play-MKjCr
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Carlson committed May 23, 2024
1 parent e11a0f1 commit 545a619
Show file tree
Hide file tree
Showing 257 changed files with 35,798 additions and 0 deletions.
287 changes: 287 additions & 0 deletions css/globals.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,287 @@
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Mulish:700,400italic,600,400|IBM+Plex+Serif:400,400italic");
/* The following line is used to measure usage of this code. You can remove it if you want. */




.screen textarea:focus,
.screen input:focus {
outline: none;
}

.screen * {
-webkit-font-smoothing: antialiased;
box-sizing: border-box;
}

.screen div {
-webkit-text-size-adjust: none;
}

.screen a {
display: contents;
text-decoration: none;
}

.overlay-base {
display: none;
height: 100%;
opacity: 0;
position: fixed;
top: 0;
width: 100%;
}

.overlay-base.animate-appear {
align-items: center;
animation: reveal 0.3s ease-in-out 1 normal forwards;
display: flex;
flex-direction: column;
justify-content: center;
opacity: 0;
}

.overlay-base.animate-disappear {
animation: reveal 0.3s ease-in-out 1 reverse forwards;
display: block;
opacity: 1;
pointer-events: none;
}

.overlay-base.animate-disappear * {
pointer-events: none;
}

@keyframes reveal {
from {
opacity: 0;
}
to {
opacity: 1;
}
}

.valign-text-middle {
display: flex;
flex-direction: column;
justify-content: center;
}

.hidden,
.hidden * {
pointer-events: none;
visibility: hidden;
}

* {
box-sizing: border-box;
}

.logo-lockup {
align-items: center;
background-color: transparent;
cursor: pointer;
flex: 0 0 auto;
gap: 13px;
position: relative;
}

.text_label {
background-color: transparent;
letter-spacing: 0.00px;
line-height: normal;
margin-top: -1.00px;
position: relative;
text-align: left;
width: fit-content;
}

.attrportraits {
background-color: transparent;
border-radius: 80px;
height: 80px;
position: relative;
width: 80.00028228759766px;
}

.governance-game {
align-self: stretch;
position: relative;
}

.main {
align-items: flex-start;
align-self: stretch;
background-color: transparent;
display: flex;
flex: 0 0 auto;
flex-direction: column;
gap: 15px;
position: relative;
width: 100%;
}

.process-codes {
align-self: stretch;
position: relative;
}

.rim {
background-color: transparent;
border: 3.999985456466675px solid;
border-radius: 44px;
height: 110.00%;
left: -5.00%;
position: absolute;
top: -5.00%;
width: 110.00%;
}

.first-last {
align-self: stretch;
background-color: transparent;
letter-spacing: 0.00px;
line-height: normal;
margin-top: -2.00px;
position: relative;
text-align: center;
}

.frame-89 {
align-items: flex-start;
align-self: stretch;
background-color: transparent;
display: flex;
flex: 0 0 auto;
flex-direction: column;
gap: 8px;
position: relative;
width: 100%;
}

.info {
align-items: flex-start;
background-color: transparent;
flex-direction: column;
gap: 2px;
justify-content: center;
position: relative;
}

.persons-name {
align-self: stretch;
background-color: transparent;
letter-spacing: 0.00px;
line-height: normal;
margin-top: -1.00px;
position: relative;
text-align: left;
}

.teamphotosv4 {
background-color: transparent;
height: 96px;
width: 96px;
}

.title {
align-self: stretch;
background-color: transparent;
letter-spacing: 0.00px;
line-height: normal;
position: relative;
text-align: left;
}

.public-code {
background-color: transparent;
letter-spacing: 0.00px;
line-height: normal;
position: relative;
text-align: left;
}

.a-forming-network-of {
align-self: stretch;
background-color: transparent;
letter-spacing: 0.00px;
line-height: 20px;
position: relative;
text-align: left;
}

.creator {
align-self: stretch;
background-color: transparent;
letter-spacing: 0.00px;
line-height: 20px;
margin-top: -1.00px;
position: relative;
text-align: left;
}

.initiator {
align-self: stretch;
background-color: transparent;
letter-spacing: 0.00px;
line-height: 20px;
margin-top: -1.00px;
position: relative;
text-align: left;
}

.learn-more {
align-self: stretch;
background-color: transparent;
letter-spacing: 0.00px;
line-height: 20px;
margin-top: -1.00px;
position: relative;
text-align: left;
}

.line-item {
align-items: flex-start;
align-self: stretch;
background-color: transparent;
display: flex;
flex: 0 0 auto;
flex-direction: column;
gap: 5px;
position: relative;
width: 100%;
}

.who-should-get-involved {
align-self: stretch;
background-color: transparent;
letter-spacing: 0.00px;
line-height: 20px;
margin-top: -1.00px;
position: relative;
text-align: left;
}

.divvert {
align-self: stretch;
background-color: var(--fpccharcoal);
border-radius: 2px;
position: relative;
width: 2px;
}

.frame-302 {
align-items: center;
align-self: stretch;
background-color: var(--fpcgrey-f2);
border-radius: 12px;
display: flex;
flex: 0 0 auto;
flex-direction: column;
gap: 10px;
justify-content: center;
padding: 30px;
position: relative;
width: 100%;
}
Loading

0 comments on commit 545a619

Please sign in to comment.