forked from ontoportal/ontoportal_web_ui
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #211 from ontoportal-lirmm/development
Merge to master: Release 2.4.7
- Loading branch information
Showing
15 changed files
with
516 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -485,3 +485,4 @@ DEPENDENCIES | |
|
||
BUNDLED WITH | ||
2.3.23 | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,223 @@ | ||
|
||
.account-page-center{ | ||
display: flex; | ||
justify-content: center; | ||
margin: 30px 0; | ||
|
||
} | ||
.account-page-title{ | ||
font-size: 18px; | ||
font-weight: 700; | ||
} | ||
|
||
.account-page-sub-container{ | ||
display: flex; | ||
} | ||
.account-page-first-row{ | ||
width: 566px; | ||
margin-right: 20px; | ||
} | ||
|
||
.account-page-second-row{ | ||
width: 566px; | ||
} | ||
|
||
#account-page-title-line{ | ||
width: 93px; | ||
margin-top: 3px; | ||
border: 0.5px solid var(--primary-color); | ||
border-radius: 5px; | ||
margin-bottom: 0px !important ; | ||
} | ||
.account-page-card{ | ||
border: 1px solid #DFDFDF; | ||
border-radius: 5px; | ||
padding: 20px 20px; | ||
margin-top: 20px; | ||
} | ||
.account-page-card-title{ | ||
font-size: 16px; | ||
font-weight: 600; | ||
} | ||
.account-page-personal-informations-title-bar{ | ||
display: flex; | ||
align-items: center; | ||
justify-content:space-between; | ||
} | ||
.account-page-rounded-button{ | ||
display: flex; | ||
justify-content: center; | ||
border: 0.5px solid var(--primary-color); | ||
padding: 10px; | ||
border-radius: 50px; | ||
width: 40px; | ||
} | ||
.account-page-info-column{ | ||
display: flex; | ||
} | ||
.account-page-info-column .title{ | ||
margin-right: 9px; | ||
font-size: 15px; | ||
color: #666666; | ||
} | ||
|
||
.account-page-info-column .info{ | ||
font-size: 15px; | ||
font-weight: 600; | ||
} | ||
.account-page-card-desc{ | ||
font-size: 13px; | ||
color: #666666; | ||
margin: 8px 0; | ||
} | ||
.apikey{ | ||
font-size: 17px; | ||
font-weight: 600; | ||
} | ||
.account-page-card-container{ | ||
display: flex; | ||
justify-content: space-between; | ||
align-items: center; | ||
} | ||
.account-page-no-ontology{ | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
flex-direction: column; | ||
padding: 37px; | ||
} | ||
.account-page-no-ontology p{ | ||
color: #bbbbbb; | ||
font-size: 16px; | ||
margin: 26px 0; | ||
} | ||
.account-page-upload-ontology-button{ | ||
width: 220px; | ||
font-size: 16px; | ||
font-weight: 500; | ||
color: var(--primary-color); | ||
background-color: white; | ||
padding: 16px; | ||
border: 1px solid var(--primary-color); | ||
border-radius: 5px; | ||
text-align: center; | ||
} | ||
.account-page-select-ontology-set-button{ | ||
display: flex; | ||
justify-content: space-between; | ||
align-items: center; | ||
width: 200px; | ||
border: 1px solid var(--primary-color); | ||
padding: 16px; | ||
border-radius: 5px; | ||
font-size: 16px; | ||
font-weight: 500; | ||
color: var(--primary-color); | ||
} | ||
.account-page-select-ontology-set-button p{ | ||
margin-bottom: 0 !important; | ||
} | ||
.account-page-api-documentation-link{ | ||
display: flex; | ||
margin-top: 10px; | ||
} | ||
.account-page-api-documentation-link a{ | ||
font-size: 15px; | ||
font-weight: 500; | ||
color: var(--primary-color); | ||
text-decoration: none; | ||
} | ||
.account-page-api-documentation-link a svg{ | ||
margin-left: 10px; | ||
margin-bottom: 5px; | ||
} | ||
svg path{ | ||
fill: var(--primary-color); | ||
} | ||
|
||
.account-page-subscribe-button{ | ||
border: 1px solid var(--primary-color); | ||
text-decoration: none; | ||
color: var(--primary-color); | ||
border-radius: 5px; | ||
padding: 12px 20px; | ||
font-size: 14px; | ||
font-weight: 500; | ||
} | ||
|
||
.account-page-subscription{ | ||
margin-top: 10px; | ||
display: flex; | ||
justify-content: space-between; | ||
} | ||
.account-page-subscription a{ | ||
font-size: 15px; | ||
font-weight: 400; | ||
color: var(--primary-color); | ||
} | ||
.account-page-subscription div{ | ||
display: flex; | ||
} | ||
.account-page-subscription div .notes{ | ||
margin-right: 23px; | ||
color: #666666 !important; | ||
font-weight: 400; | ||
} | ||
.account-page-subscription div .subscribe_to_notes{ | ||
color: #EB4335 !important; | ||
font-weight: 400 !important; | ||
border: unset !important; | ||
background-color: unset !important; | ||
vertical-align: top; | ||
padding: unset !important; | ||
box-shadow: unset !important; | ||
} | ||
.account-page-small-cards-container{ | ||
display: flex; | ||
flex-wrap: wrap; | ||
} | ||
.account-page-submitted-ontology{ | ||
background-color: #F6F6F6; | ||
padding: 10px; | ||
border-radius: 5px; | ||
margin-right: 10px; | ||
margin-top: 10px; | ||
} | ||
|
||
.account-page-submitted-ontology a{ | ||
color: #777777 !important; | ||
font-weight: 500; | ||
font-size: 15px; | ||
} | ||
.no-margin{ | ||
margin: 0 !important; | ||
} | ||
.change-password{ | ||
margin-top: 14px; | ||
display: flex; | ||
justify-content: center; | ||
} | ||
@media only screen and (max-width: 1200px) { | ||
.account-page-first-row{ | ||
width: 47vw; | ||
margin-right: 20px; | ||
} | ||
|
||
.account-page-second-row{ | ||
width: 47vw; | ||
} | ||
} | ||
|
||
@media only screen and (max-width: 950px) { | ||
.account-page-first-row{ | ||
width: 80vw; | ||
margin-right: 20px; | ||
} | ||
|
||
.account-page-second-row{ | ||
width: 80vw; | ||
} | ||
.account-page-sub-container{ | ||
display:block; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
a{ | ||
text-decoration: none !important; | ||
} | ||
.alignright { | ||
float:right; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.