cms/app-client/app/styles/tabs/detail.scss
author Chloe Laisne <chloe.laisne@gmail.com>
Sun, 19 Jun 2016 23:58:21 +0200
changeset 193 64afd482ac71
parent 99 7a0f42034a25
child 207 204f25632006
permissions -rw-r--r--
/thematiques endpoint autocomplete design basic application colors
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
98
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     1
.notice{
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     2
  // padding: 10px;
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     3
}
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     4
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     5
.notice-header,
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     6
.notice-body,
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     7
.notice-footer{
99
7a0f42034a25 clean console.log
nowmad@23.1.168.192.in-addr.arpa
parents: 98
diff changeset
     8
  padding: 10px 10px 0;
98
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     9
}
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    10
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    11
.notice-header h2{
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    12
  margin: 0;
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    13
}
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    14
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    15
.notice-body b{
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    16
  display: inline-block;
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    17
  min-width: 140px;
2e6bfce6f99c add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    18
}