Projekt

Obecné

Profil

« Předchozí | Další » 

Revize dcacbd24

Přidáno uživatelem Marek Lovčí před asi 4 roky(ů)

Úprava SCSS

Zobrazit rozdíly:

resources/sass/_custom.scss
93 93
    .kaplicky {
94 94
        color: $theme-color-one;
95 95
        font-size: 11pt;
96
        font-weight: $font-weight-three;
96
        font-weight: $font-weight-two;
97 97
        letter-spacing: 3pt;
98 98
    }
99 99

  
......
120 120

  
121 121
    //notes u metadat, about v about, text levého menu
122 122
    .text-headline-desktop {
123
        font-weight: $font-weight-two;
124 123
        font-size: 24pt;
125 124
        color: $theme-color-four;
126 125
    }
......
144 143
        color: $theme-color-four;
145 144
    }
146 145

  
147
    .highlight-white, .highlight-white{
148
        &:hover, &:focus, &:active{
146
    .highlight-white, .highlight-white {
147
        &:hover, &:focus, &:active {
149 148
            color: $theme-color-one;
150 149
        }
151 150
    }
......
763 762
        color: $theme-color-four;
764 763
    }
765 764

  
766
    //CATEGORIES - Choose a topic TITLE
767
    .head-title.text-center.cat-main-topic {
768

  
769
        h1 {
770
            font-size: 1.9rem;
771
        }
772
    }
773

  
774
    //CATEGORIES - Main menu
775
    .cat-main-menu {
776
        font-size: 1.75rem;
777
        text-align: center;
778
        margin-bottom: 30pt;
779

  
780
        a, a:visited {
781
            color: $theme-color-two;
782
            text-decoration: none;
783
        }
784

  
785
        a:hover {
786
            color: $theme-color-four;
787
        }
788

  
765
    .cat-main-div {
766
        margin-top: 2.4rem;
789 767
    }
790 768

  
791 769
    //CATEGORIES - Wrapper around Enter button
......
799 777

  
800 778
    //CATEGORIES - Enter button
801 779
    .btn.button-square.cat-enter-butt {
802
        //font-size: 8pt;
803
        //background-color: grey;
804
        //color: $theme-color-one;
805
        // border: 0.5pt solid $theme-color-one;
806 780
        border-radius: 0;
807 781
        bottom: 5%;
808 782
        position: fixed;
809 783
        left: 50%;
810 784
        transform: translateX(-50%);
811
        //width: 6.5rem;
812
        //height: 2rem;
813
        //font-weight: $font-weight-one;
814 785

  
815 786
        &:active, &:focus, &:visited, &:hover {
816 787
            outline: none;
......
882 853
    display: flex;
883 854
    align-items: center;
884 855
    text-align: center;
885
    min-width: 100%;
856
    width: 100%;
886 857
    padding-top: 2rem;
887 858
    padding-bottom: 2rem;
888 859
}
......
978 949
    display: inline-block;
979 950
}
980 951

  
952
.bar-desktop {
953
    margin-left: 2rem;
954
    margin-right: 2rem;
955
}
956

  
981 957
// books component
982 958
.books-component {
983 959

  
......
1200 1176
    }
1201 1177
}
1202 1178

  
1203
@media (min-width: 1300px) {
1179
@media (max-width: 990px) {
1204 1180
    .bar-desktop {
1205
        margin-left: 8vw;
1206
        margin-right: 8vw;
1207
        min-width: 84vw;
1181
        display: none;
1208 1182
    }
1209 1183
}
1210 1184

  
1211
@media (max-width: 990px) {
1212
}
1213

  
1214 1185
@media (max-width: 770px) {
1215 1186
    .logo-kaplicky {
1216 1187
        margin: 0 auto;
......
1243 1214
        top: 0;
1244 1215
        left: 0;
1245 1216
    }
1246
    .bar-desktop {
1247
        display: none;
1248
    }
1249 1217
    .menu-item:active, .menu-item.active {
1250 1218
        color: $theme-color-five;
1251 1219
        background-color: $theme-color-one;
......
1314 1282

  
1315 1283
    body {
1316 1284
        .kaplicky {
1317
            text-align: left !important;
1318
            //font-size: 24pt;
1285
            text-align: center;
1319 1286
            font-size: 30pt;
1320
            line-height: 24pt;
1321 1287
            margin-bottom: 3rem;
1322
            //margin-left: 1rem;
1323 1288
        }
1324 1289

  
1325 1290
        .pin-left:before {
......
1436 1401
                    }
1437 1402

  
1438 1403
                    .inter_like_filled {
1439
                        &:before{
1404
                        &:before {
1440 1405
                            width: 5rem;
1441 1406
                            height: 5rem;
1442 1407
                        }
resources/views/categories/index.blade.php
7 7
        @if(isset($user))
8 8

  
9 9
            <div class="cat-main-div" {{--onclick="resetEnter()"--}}>
10
                <div class="head-title text-center cat-main-topic">
11
                    <h1>choose a topic</h1>
12
                </div>
13 10
                <div class="d-flex flex-wrap justify-content-around btn-group" data-toggle="buttons">
14 11
                    @for($k = 0; $k < $count;$k++)
15 12
                        <div class="d-flex col-sm-12 col-md-6 col-lg-4 col-xl-3">

Také k dispozici: Unified diff