Created
November 11, 2020 23:55
-
-
Save blogcacanid/b9ca961cbf3b448c51c43a7af76cf4cc to your computer and use it in GitHub Desktop.
App.css Authentication JWT React JS Lumen 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
label { | |
display: block; | |
margin-top: 10px; | |
} | |
.card-container.card { | |
max-width: 350px !important; | |
padding: 40px 40px; | |
} | |
.card { | |
background-color: #f7f7f7; | |
padding: 20px 25px 30px; | |
margin: 0 auto 25px; | |
margin-top: 50px; | |
-moz-border-radius: 2px; | |
-webkit-border-radius: 2px; | |
border-radius: 2px; | |
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); | |
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); | |
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); | |
} | |
.profile-img-card { | |
width: 96px; | |
height: 96px; | |
margin: 0 auto 10px; | |
display: block; | |
-moz-border-radius: 50%; | |
-webkit-border-radius: 50%; | |
border-radius: 50%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment