Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.28 KB | None | 0 0
  1. .landingpage {
  2.     margin-bottom: 55px;
  3.     background-color: #ffffff;
  4.  
  5.     img.header {
  6.         display: block;
  7.         width: 100%;
  8.     }
  9.  
  10.     .burger-container {
  11.         position: absolute;
  12.         top: 4%;
  13.         right: 5%;
  14.     }
  15.  
  16.     .biotail-container {
  17.         position: absolute;
  18.         top: 4%;
  19.         left: calc(50% - 40px );
  20.         z-index: 2;
  21.     }
  22.  
  23.     .title {
  24.         margin-top: 40px;
  25.         margin-bottom: 20px;
  26.         margin-left: 22px
  27.     }
  28.  
  29.     .header {
  30.         position: relative;
  31.         margin-bottom: 40px;
  32.         overflow: hidden;
  33.         width: 100%;
  34.     }
  35.  
  36.     .headerImage {
  37.         position: relative;
  38.         margin-bottom: 40px;
  39.         left: 50%;
  40.         transform: translateX(-50%);
  41.     }
  42.  
  43.     .description {
  44.         position: absolute;
  45.         left: 6%;
  46.         right: 6%;
  47.         z-index: 20;
  48.         bottom: 0;
  49.     }
  50.  
  51.     .info-text {
  52.         font-family: Roboto;
  53.         font-size: 16px;
  54.         font-weight: normal;
  55.         font-style: normal;
  56.         font-stretch: normal;
  57.         line-height: 1.25;
  58.         letter-spacing: 0.5px;
  59.         color: var(--blueberry);
  60.         top: 50%;
  61.     }
  62.  
  63.     .biotail-logo {
  64.         width: 85%;
  65.         height: auto;
  66.     }
  67.  
  68.     .info-card-container {
  69.         margin-left: 2%;
  70.         margin-top: 20px;
  71.         margin-right: 2%;
  72.     }
  73.  
  74.     .info-card {
  75.         margin-left: 20px;
  76.         margin-right: 20px;
  77.         border-radius: 10px;
  78.         box-shadow: 0 4px 35px 1px rgba(0, 0, 0, 0.2);
  79.         color: #382e92;
  80.         margin-bottom: 21px;
  81.     }
  82.  
  83.    .info-card-content {
  84.         position: relative;
  85.         padding: 17px 17px 0 17px;
  86.         width: 100%;
  87.         background-color: #ffffff;
  88.         z-index: 2;
  89.         border-radius: 10px;
  90.    }
  91.  
  92.    .info-card-header {
  93.     margin: auto;
  94.     display: flex;
  95.     padding-bottom: 10px;
  96.     padding: 10px 0 0 10px;
  97.    }
  98.    .info-card-image {
  99.        float: left;
  100.        margin-left: -11px;
  101.        padding-right: 11px;
  102.        margin-top: -10px;
  103.    }
  104.    .info-card-text-header {
  105.         margin-top: -11px;
  106.         font-weight: bold;
  107.         font-size: 26px;
  108.    }
  109.  
  110.    .info-card-body {
  111.         margin-left: -10px;
  112.        
  113.         padding: 10px 10px 10px 10px;
  114.    }
  115.  
  116.    .info-card-body-text {
  117.         font-size: 14px;
  118.         font-family: Roboto;
  119.         // padding-bottom: 18px;
  120.        
  121.    }
  122.    
  123.    .info-card-body-link {
  124.         display: flex;
  125.         text-decoration: underline;
  126.         cursor: pointer;
  127.         justify-content: flex-end;
  128.         margin-right: -2px;
  129.         font-size: 16px;
  130.         margin-right: -30px;
  131.    }
  132.  
  133.    .button-link-text {
  134.         margin-top: 10px;
  135.         font-weight: normal;
  136.         text-transform: lowercase;
  137.         font-size: 16px;
  138.    }
  139.    .button-link-text::first-letter {
  140.        text-transform: uppercase;
  141.    }
  142.  
  143.    .info-card-body-link-image {
  144.         margin-bottom: -16px;
  145.         margin-right: 10px;
  146.    }
  147.  
  148.    .rectangle {
  149.         height: 197px;
  150.         background-color: rgba(56, 46, 146, 0.07);
  151.         margin-bottom: 110px;
  152.         margin-top: -280px;
  153.    }
  154.  
  155.    .circle {
  156.         height: 18px;
  157.         padding: 2px;
  158.         padding-right: 8px;
  159.         padding-left: 8px;
  160.         border-radius: 9px;
  161.         background-color: #ff8b12;
  162.         font-size: 12px;
  163.    }
  164.  
  165.    .strek {
  166.     height: 1px;
  167.     background-color: #adafb8;
  168.     margin-bottom: 25px;
  169.     margin-top: 25px;
  170.    }
  171.  
  172.    .doggo-image-container {
  173.        position: relative;
  174.        justify-content: center;
  175.        margin-top: -70px;
  176.        width: 100%;
  177.        overflow: hidden;
  178.    }
  179.  
  180.    .doggo-image-bottom {
  181.         position: relative;
  182.         left: 50%;
  183.         transform: translateX(-50%);
  184.  
  185.  }
  186.  
  187.     .survey-card {
  188.         margin-right: 5%;
  189.         margin-left: 5%;
  190.         border-radius: 10px;
  191.         box-shadow: 0 4px 35px 1px rgba(0, 0, 0, 0.2);
  192.         color: #382e92;
  193.         margin-bottom: 136px;
  194.         margin-top: -70px;
  195.  
  196.        
  197.     }
  198.  
  199.     .survey-card-content {
  200.         position: relative;
  201.         padding: 17px 0 0 17px;
  202.         width: 100%;
  203.         background-color: #ffffff;
  204.         z-index: 2;
  205.         border-radius: 10px;
  206.     }
  207.  
  208.     .survey-card-body {
  209.         font-family: Roboto;
  210.         font-size: 24px;
  211.         color: #382e92;
  212.         font-weight: bold;
  213.         display: flex;
  214.         flex-wrap: nowrap;
  215.         padding: 17px 17px 17px 17px;
  216.     }
  217.  
  218.     .survey-image {
  219.         margin-top: -10px;
  220.         margin-right: 20px;
  221.     }
  222.  
  223.     .oval {
  224.         width: 113px;
  225.         height: 112px;
  226.         background-color: #f2f1f8;
  227.         margin-top: -105px;
  228.         margin-left: -25px;
  229.         border-radius: 70px;
  230.     }
  231.  
  232.     .survey-text {
  233.         margin-top: 20px;
  234.         margin-right: 10px;
  235.     }
  236.  
  237.     .survey-card-green-bubble {
  238.         font-family: Roboto;
  239.         font-size: 16px;
  240.         font-weight: 500;
  241.         letter-spacing: 0.3px;
  242.         color: #382e92;
  243.         background-color: #6cefa1;
  244.         border-radius: 35px;
  245.         float: right;
  246.         margin-left: auto;
  247.         padding: 10px;
  248.         height: 40px;
  249.         margin-top: 15px;
  250.         flex-shrink: 0;
  251.     }
  252.  
  253.    .bottom-text {
  254.     margin-top: -4px;
  255.     font-family: Roboto;
  256.     font-size: 16px;
  257.     color: #ffffff;
  258.     background-color: #382e92;
  259.     padding-bottom: 30px;
  260.    
  261.    }
  262.  
  263.    .collaborators {
  264.        padding-top: 28px;
  265.        margin-left: 34px;
  266.        margin-right: 23px;
  267.    }
  268.  
  269.    .collaborators-title {
  270.     font-weight: bold;
  271.     padding-bottom: 20px;
  272.    }
  273.    .b-image {
  274.        float: right;
  275.    }
  276.  
  277.    .collaborators-list {
  278.     text-decoration: underline;
  279.    
  280.         ul {
  281.             list-style-type: none;
  282.         }
  283.    }
  284.  
  285.    .strek2 {
  286.         height: 1px;
  287.         background-color: #ffffff;
  288.         margin-top: 25px;
  289.         margin-bottom: 25px;
  290.    }
  291.  
  292.    .contact {
  293.         font-weight: 500;
  294.         margin-left: 34px;
  295.         margin-right: 23px;
  296.    }
  297.  
  298.    .developer-text {
  299.        font-size: 14px !important;
  300.    }
  301.  
  302.    @media screen and (max-width: 940px) {
  303.        .survey-card {
  304.            display: none;
  305.        }
  306.        .hide-on-mobile {
  307.            display: none;
  308.        }
  309.    }
  310.  
  311.     @media only screen and (min-width: 941px) {
  312.  
  313.         .info-card-container {
  314.             display: flex;
  315.             flex-wrap: nowrap;
  316.             justify-content: center;
  317.         }
  318.  
  319.         .info-card {
  320.             max-width: 348px;
  321.             height: 197px;
  322.             margin-left: 0;
  323.             margin-right: 0;
  324.         }
  325.  
  326.         .first {
  327.             margin-right: 1%;
  328.             min-width: 307px;
  329.         }
  330.         .center {
  331.             min-width: 320px;
  332.         }
  333.         .last {
  334.             margin-left: 1%;
  335.             min-width: 295px;
  336.         }
  337.  
  338.         .description {
  339.             text-align: center;
  340.             display: flex;
  341.             justify-content: center;
  342.         }
  343.  
  344.         .info-text-container {
  345.             max-width: 611px;
  346.             display: block;
  347.             justify-content: center;
  348.         }
  349.  
  350.         .hide-on-desktop {
  351.             display: none;
  352.         }
  353.  
  354.         .info-card-container {
  355.             margin-bottom: 100px;
  356.             min-height: 130px;
  357.             display: flex;
  358.             flex-wrap: nowrap;
  359.             justify-content: space-between;
  360.         }
  361.  
  362.         .info-card-header {
  363.             padding: 10px 0 0 10px;
  364.         }
  365.         .info-card-body {
  366.             min-height: 130px;
  367.             display: flex;
  368.             flex-direction: column;
  369.             position: relative;
  370.             padding: 10px 10px 10px 10px;
  371.         }
  372.  
  373.         .info-card-body-text {
  374.             padding-bottom: 0;
  375.         }
  376.  
  377.         .info-card-content {
  378.         }
  379.  
  380.         .button-link-text {
  381.         }
  382.  
  383.         .info-card-body-link {
  384.             margin-top: 10px;
  385.             bottom: 0;
  386.             right: 0;
  387.             position: absolute;
  388.             text-align: right;
  389.             float: right;
  390.             padding: 0 10px 0px 10px;
  391.         }
  392.  
  393.  
  394.         .circle {
  395.             bottom: 20px;
  396.             right: 0;
  397.             position: absolute;
  398.             text-align: right;
  399.             float: right;
  400.         }
  401.  
  402.         .info-card-body-link-text {
  403.             bottom: 1%;
  404.         }
  405.  
  406.         .bottom-text {
  407.             display: flex;
  408.             flex-wrap: nowrap;
  409.             margin: auto;
  410.             justify-content: space-between;
  411.             flex-direction: row-reverse;
  412.             padding-bottom: 50px;
  413.         }
  414.         .collaborators {
  415.             float: right;
  416.             text-align: right;
  417.             margin-right: 40px;
  418.         }
  419.        
  420.         .b-image {
  421.             display: none;
  422.         }
  423.  
  424.         .contact {
  425.             max-width: 300px;
  426.             margin-top: 28px;
  427.         }
  428.  
  429.         .strek2 {
  430.             margin-top: 15px;
  431.             margin-bottom: 15px;
  432.         }
  433.  
  434.         .b-image2 {
  435.             padding-bottom: 15px;
  436.         }
  437.        
  438.     }
  439.  
  440.     @media only screen and (min-width: 1200px) {
  441.         .info-card {
  442.             margin-left: auto;
  443.             margin-right: auto;
  444.         }
  445.     }
  446.     @media only screen and (min-width: 1440px){
  447.         .headerImage {
  448.             width: 100%
  449.         }
  450.         .doggo-image-bottom {
  451.             width: 100%;
  452.         }
  453.     }
  454. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement