Welcome to mirror list, hosted at ThFree Co, Russian Federation.

alerts.css « modules « css « assets - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b406e9f0859f4685ca4e2c4e6d5efe3f3d51206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/*Colors*/
/*Shadows*/
/*Breakpoints*/
.alert {
  padding: 15px 0;
  width: 100%;
  margin: 0;
  position: fixed;
  bottom: 0px;
  z-index: 100; }
  .alert .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .alert--no-js {
    background-color: #FFF054; }
    .alert--no-js svg {
      display: inline-block;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .alert--no-js svg .shape {
        stroke: #2A2A36; }
      .alert--no-js svg .symbol {
        fill: #2A2A36; }
    .alert--no-js p {
      display: inline-block;
      padding-left: 5px;
      margin: 0; }
      @media (max-width: 768px) {
        .alert--no-js p {
          padding-left: 20px; } }
      .alert--no-js p strong {
        font-weight: 600;
        color: black; }

/*# sourceMappingURL=alerts.css.map */