Ignore:
Timestamp:
06/20/24 11:57:13 (11 days ago)
Author:
223021 <daniel.ilievski.2@…>
Branches:
main
Children:
0f0add0
Parents:
befb988
Message:

Did more refactoring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jobvista-frontend/src/App.css

    rbefb988 r08f82ec  
    1414.App {
    1515  /*background-color: rgb(243, 242, 241);*/
    16   background-color: #F5F5F5;
     16  background-color: #E6E6E6;
    1717  /*background-color: #F4F2EE;*/
    1818  /*background-color: #0F0F0F;*/
     
    8484  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    8585  transform: translate(0, 0);
    86   height: 260px;
     86  height: 270px;
    8787  width: 100%;
    8888  color: grey;
     
    101101
    102102.custom-card {
    103   //border: 1px solid lightgray;
    104103  border-radius: 8px;
    105104  background-color: white;
     
    107106  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    108107  transform: translate(0, 0);
     108  height: 360px;
     109}
     110
     111.hub-card {
     112  height: 270px !important;
     113}
     114
     115.custom-card .card-foot {
     116  position: absolute;
     117  display: flex;
     118  justify-content: center;
     119  gap: 8px;
     120  text-align: center;
    109121  height: auto;
    110 }
     122  width: 100%;
     123  bottom: 20px;
     124}
     125
     126
     127
    111128
    112129.custom-card:hover {
     
    118135  padding: 25px;
    119136  padding-bottom: 0 !important;
     137  height: 20%;
    120138}
    121139
     
    147165
    148166.custom-card .card-body {
    149   padding: 25px;
    150   padding-top: 15px !important;
    151   height: 100%;
     167  padding: 0 25px;
     168  padding-top: 5px !important;
     169  height: 50%;
    152170}
    153171.custom-card .card-body span{
     
    175193}
    176194
    177 .custom-card .card-body .aligned {
    178   display: flex;
    179   justify-content: center;
    180   gap: 8px;
    181   text-align: center;
    182   margin-top: 25px;
    183   position: relative;
    184 
    185 }
    186 
    187 .custom-card .card-body .aligned a {
    188   text-decoration: none;
    189 }
     195
    190196
    191197
Note: See TracChangeset for help on using the changeset viewer.