1.3.5 • Published 2 years ago

formuirb v1.3.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

//

// /index.css/ // body { // margin: 0; // font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', // 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', // sans-serif; // -webkit-font-smoothing: antialiased; // -moz-osx-font-smoothing: grayscale; // } // // code { // font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', // monospace; // } // // #root{ // width: 100%; // overflow: hidden; // }

// /App.css/ // .navbar { // font-size: 22px; // } // .login, // .signup, // .productadd { // margin-top: 5rem; // display: flex; // align-items: center; // flex-direction: column; // align-items: center; // flex-wrap: nowrap; // justify-content: center; // } // // .signupform, // .loginform, // .productform { // display: flex; // flex-direction: column; // align-content: center; // flex-wrap: nowrap; // width: 30rem; // padding: 2rem; // background-color: #ffdec6; // border-radius: 20px; // } // // .carousel, // .cataloglist, // .categorylist, // .where { // margin-top: 4rem; // } // // .card { // max-width: 12rem; // margin: 1rem; // align-items: center; // // background: #f7d1b5b0 !important; // box-shadow: -6px 6px 18px rgba(0, 0, 0, 0.21); // border-radius: 20px !important; // } // // .card-img { // border-radius: 20px !important; // } // // .button { // padding-bottom: 10px; // } // // .item { // margin: 0.5rem auto; // } // .item-img { // max-width: 70%; // box-shadow: -3px 3px 14px 3px rgba(0, 0, 0, 0.21); // border-radius: 20px; // } // // .catalog { // padding: 3rem 2rem; // } // // .where { // padding-top: 3rem; // display: flex; // flex-direction: row; // flex-wrap: wrap; // align-content: center; // justify-content: space-evenly; // align-items: flex-start; // font-size: 25px; // } // // .social { // display: flex; // flex-direction: column; // flex-wrap: nowrap; // } // // .social > .social-icon { // display: flex; // flex-direction: row; // justify-content: space-evenly; // align-items: center; // } // // .columncat { // display: flex; // flex-wrap: nowrap; // justify-content: space-around; // align-items: center; // flex-direction: row; // align-content: center; // } // // .column { // display: flex; // flex-wrap: wrap; // justify-content: space-around; // align-items: center; // align-content: center; // flex-direction: row; // } // // .navigation { // background-color: #ffdec6 !important; // font-size: 19px; // } // // #aboutcol { // margin-top: 5rem; // } //