allfree-angular-frontend / src / app / profile / profile.component.scss
profile.component.scss
Raw
@import "https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.19.1/css/mdb.min.css";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap";
@import "https://use.fontawesome.com/releases/v5.8.2/css/all.css";
//@import "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css";
.roundBorder {
  border-radius: 30px;
  margin-bottom: 4em;
}
.col-sm-12 > * {
  display: inline-flex;
  justify-content: space-between;
  align-content: space-between;
  margin: 0.5em 1em;
}