Rust implementation of NextGraph, a Decentralized and local-first web 3.0 ecosystem https://nextgraph.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextgraph-rs/ng-sdk-js/example-webapp-react-social.../src/App.css

46 lines
593 B

.centered {
/*max-width: 1280px;*/
margin: 0 auto;
padding: 0rem;
text-align: center;
width: fit-content;
}
.contact {
width: 300px;
height: 300px;
background-color: #f6f6f6;
position: relative;
overflow-wrap: anywhere;
}
.name {
padding: 5px;
height: 35px;
overflow: hidden;
background-color: #e0e0e0d0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.email-logo {
}
.email {
padding: 5px;
overflow-wrap: anywhere;
}
input {
margin: 5px;
}
.button {
background-color:rgb(73, 114, 165);
color:white;
cursor:pointer;
}