Merge branch 'main' of https://github.com/Thomasluigi07/MORBLOX-WEBSITE
This commit is contained in:
commit
129ee956bb
|
|
@ -70,7 +70,7 @@
|
|||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
width: 100%;
|
||||
background: rgb(58, 83, 242);
|
||||
background: #2362DE;
|
||||
/* Fallback for IE 11*/
|
||||
background: linear-gradient(#759CF0 10%, #2362DE 100%);
|
||||
}
|
||||
|
|
@ -210,6 +210,7 @@ top: 11px;
|
|||
color: rgb(255, 255, 255);
|
||||
text-size-adjust: auto;
|
||||
text-align: left;
|
||||
background: #000000;;
|
||||
background: linear-gradient(#303030 10%, #000000 100%);;
|
||||
}
|
||||
|
||||
|
|
@ -313,6 +314,7 @@ body {
|
|||
}
|
||||
|
||||
.tab {
|
||||
background: #747474;
|
||||
background: linear-gradient(#cacbcc 10%, #99999a 49%, #747474 50%, #2d2d2d 100%);
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
|
|
@ -326,6 +328,7 @@ body {
|
|||
}
|
||||
|
||||
.tab_selected {
|
||||
background: #2362DE;
|
||||
background: linear-gradient(#759CF0 10%, #3B72E1 49%, #2260DD 50%, #2362DE 100%);
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Reference in New Issue