X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Fabout%2Fsrc%2Fabout.scss;fp=skyquake%2Fplugins%2Fabout%2Fsrc%2Fabout.scss;h=06b9bbd5004befa74ce0253472a1f94cb6f68869;hb=e29efc315df33d546237e270470916e26df391d6;hp=0000000000000000000000000000000000000000;hpb=9c5e457509ba5a1822c316635c6308874e61b4b9;p=osm%2FUI.git diff --git a/skyquake/plugins/about/src/about.scss b/skyquake/plugins/about/src/about.scss new file mode 100644 index 000000000..06b9bbd50 --- /dev/null +++ b/skyquake/plugins/about/src/about.scss @@ -0,0 +1,76 @@ +/* + * + * Copyright 2016 RIFT.IO Inc + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ +.about-container { + height: 100%; + display: flex; + flex-direction: row; + align-items: stretch; + align-content: stretch; + width: 100%; + flex: 1 1 100%; + overflow-y: auto; + + .table-container-wrapper { + flex: 1; + .table-container { + padding:40px 20px 10px 20px; + font-family: 'roboto-thin', Helvetica, Arial, sans-serif; + } + } + + table { + border-collapse: separate; + border-spacing: 0.0625rem solid; + width: 100%; + + thead { + th { + background-color: #e5e5e5; + border-right: 1px solid #dadada; + padding: 1.125rem 1.125rem; + text-align:left; + font-size: .8rem; + font-weight: bold; + text-transform: uppercase; + } + td:last-child { + border: 0; + } + } + tbody { + td { + border-bottom: 1px solid #e5e5e5; + padding: .75rem 0rem .75rem 1.125rem; + text-align: left; + width: 40%; + font-size: .8rem; + } + tr:nth-child(even) td { + background-color: #e5e5e5; + } + } + } + h2 { + background-color: #ffffff; + margin-bottom: 0.125rem; + font-size: 0.9rem; + padding: 1.125rem; + font-weight: bold; + text-transform: uppercase; + } +} \ No newline at end of file