Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions assets/dist/css/style.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -670,11 +670,14 @@ header.header-default .utils-search {
display: none;
}

<<<<<<< HEAD
=======
.navbar.navbar-left {
grid-template-areas: "col1 col2";
justify-content: space-between;
}

>>>>>>> dev
.navbar.navbar-left .navbar-brand {
grid-area: col2;
justify-self: center;
Expand Down Expand Up @@ -884,6 +887,10 @@ header.header-default .utils-search {
position: relative;
transition: 0.3s linear;
display: grid;
<<<<<<< HEAD
grid-template-areas: "col1 col2 col3";
=======
>>>>>>> dev
grid-auto-flow: column;
grid-gap: 30px;
align-items: center;
Expand Down Expand Up @@ -7659,13 +7666,20 @@ header.header-default {
.tutor-header-profile-menu-items .tutor-header-submenu {
position: absolute;
z-index: 999;
<<<<<<< HEAD
width: 655px;
=======
width: 250px;
>>>>>>> dev
top: 50px;
right: -35px;
transition: 300ms;
height: auto;
visibility: hidden;
<<<<<<< HEAD
=======
box-shadow: 4px 10px 20px rgba(39, 57, 101, 0.2);
>>>>>>> dev
}

.tutor-header-profile-menu-items:hover .tutor-header-submenu {
Expand Down Expand Up @@ -7717,12 +7731,18 @@ header.header-default {
}

.tutor-submenu-links {
<<<<<<< HEAD
width: 33.33%;
position: relative;
padding: 30px 10px;
=======
position: relative;
padding: 10px 20px;
}

.tutor-submenu-links ul {
padding: 0px;
>>>>>>> dev
}

.tutor-header-submenu .tutor-submenu-links ul li a {
Expand Down Expand Up @@ -7811,6 +7831,14 @@ header.header-default {
display: block;
}

<<<<<<< HEAD
.tutor-header-submenu {
display: grid;
width: 300px !important;
}

=======
>>>>>>> dev
.tutor-submenu-login-section {
width: 100%;
padding-left: 25px;
Expand All @@ -7827,7 +7855,11 @@ header.header-default {

.tutor-submenu-links {
width: 100%;
<<<<<<< HEAD
padding: 0px 0px;
=======
padding: 0px 10px 20px;
>>>>>>> dev
order: 1;
}

Expand Down