HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/admin.javaapp.co.uk/public/sass-dark/assets/elements/_infobox/_infobox-2.scss
/*
    Infobox 2
*/

.infobox-2 {
  border: 1px solid $m-color_18;
  width: 50%;
  padding: 25px;
  border-radius: 6px;
  background: $dark;
  -webkit-box-shadow: 0px 2px 11px 0px rgba(6, 8, 24, 0.39);
  box-shadow: 0px 2px 11px 0px rgba(6, 8, 24, 0.39);
  margin-right: auto;
  margin-left: auto;

  .info-icon {
    border-radius: 50%;
    background: $m-color_6;
    display: inline-block;
    padding: 15px;
    margin-bottom: 20px;

    svg {
      width: 50px;
      height: 50px;
      stroke-width: 1px;
      color: $m-color_5;
    }
  }

  .info-heading {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 14px;
    letter-spacing: 2px;
    color: $white;
  }

  .info-text {
    font-size: 15px;
    color: $m-color_3;
    margin-bottom: 15px;
  }

  .info-link {
    color: $info;
    font-weight: 600;

    svg {
      width: 15px;
      height: 15px;
    }
  }
}