// Place all the styles related to the user controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: https://sass-lang.com/ @import '_variable.scss'; .user-foreground{ background-color: $table-background !important; width: 95% !important; z-index: 1; border-radius: 7px; margin: 20px auto; height: 60vh; box-shadow: -1px 4px 12px -3px rgba(0,0,0,0.18); .user-details{ display: grid; position: relative; grid-template-columns: 1fr 1fr; width: 40%; margin-top: 65px; } }