client/src/scss/components/_ProtocolSummary.scss
author ymh <ymh.work@gmail.com>
Tue, 04 Dec 2018 18:17:56 +0100
changeset 191 3f71ad81a5a9
parent 174 client/src/components/ProtocolSummary.scss@ac1a026edd58
child 193 99e342f9fb0c
permissions -rw-r--r--
reorganize scss to better us the bootstrap imports
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
174
ac1a026edd58 Correct display of protocol
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
.protocol-summary {
ac1a026edd58 Correct display of protocol
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
    overflow-x: hidden;
ac1a026edd58 Correct display of protocol
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
    overflow-y: auto;
ac1a026edd58 Correct display of protocol
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
    padding: 0.75rem 1.25rem;
ac1a026edd58 Correct display of protocol
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
ac1a026edd58 Correct display of protocol
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
}