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

vertical.css « modules « css « assets - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 205ac6f4e1da321423642bfb423c9aea140c3c66 (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
/*Colors*/
/*Shadows*/
/*Breakpoints*/
.section--vertical {
  margin: 0 0 0 0;
  padding: 90px 0px 70px;
  background-color: #eee; }
  .section--vertical .row {
    margin-bottom: 10px; }
  .section--vertical img {
    padding: 20px; }
  .section--vertical .description {
    min-height: 100px; }
  .section--vertical .button--blue {
    text-decoration: none;
    color: #0082c9;
    background-color: transparent;
    border: solid 1px #0082c9; }
  .section--vertical .button--blue:hover {
    text-decoration: none;
    color: white;
    background-color: #0082c9; }
  .section--vertical .button--small {
    width: 100%;
    max-width: 300px; }

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