apache-ignite

Форк
0
62 строки · 1.5 Кб
1
// Licensed to the Apache Software Foundation (ASF) under one or more
2
// contributor license agreements.  See the NOTICE file distributed with
3
// this work for additional information regarding copyright ownership.
4
// The ASF licenses this file to You under the Apache License, Version 2.0
5
// (the "License"); you may not use this file except in compliance with
6
// the License.  You may obtain a copy of the License at
7
//
8
//     http://www.apache.org/licenses/LICENSE-2.0
9
//
10
// Unless required by applicable law or agreed to in writing, software
11
// distributed under the License is distributed on an "AS IS" BASIS,
12
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
// See the License for the specific language governing permissions and
14
// limitations under the License.
15
body {
16
    font-family: 'Open Sans', sans-serif;
17
}
18

19
h1, h2, h3, h4 {
20
    color: #000;
21
    font-weight: normal;
22
    font-family: 'Open Sans';
23
}
24

25
h1 {
26
    font-size: 36px;
27
    line-height: 40px;
28
}
29

30
a {
31
    text-decoration: none;
32
    color: var(--link-color);
33
}
34

35

36
section {
37
    color: #545454;
38
}
39

40
table {
41
    border-collapse: collapse;
42

43
    td, th {
44
        text-align: left;
45
        padding: 5px 10px;
46
        border-bottom: 1px solid hsl(0, 0%, 85%);
47
        border-top: 1px solid hsl(0, 0%, 85%);
48
    }
49

50
    td p.tableblock {
51
        margin-top: 0.5em;
52
        margin-bottom: 0.5em;
53

54
        &:first-child {
55
            margin-top: 0.125em;
56
        }
57

58
        &:last-child {
59
            margin-bottom: 0.125em;
60
        }
61
    }
62
}
63

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.