You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
851 B
32 lines
851 B
6 years ago
|
export const colors = {
|
||
|
white: "#fff",
|
||
|
white_alpha: "rgba(255, 255, 255, 0.3)",
|
||
|
black: "#000",
|
||
|
blue: "#36b1f0",
|
||
|
dark_blue: "#15a7f0",
|
||
|
red: "#af321e",
|
||
|
red_alpha: "rgba(175, 50, 30, 0.9)",
|
||
|
green: "#28A125",
|
||
|
green_alpha: "rgba(40, 160, 40, 0.9)",
|
||
|
yellow: "#e1ff3c",
|
||
|
yellow_alpha: "rgba(225, 255, 60, 0.9)",
|
||
|
orange: "#ff9b32"
|
||
|
}
|
||
|
|
||
|
export const texts = {
|
||
|
quizzes: "Seleziona un quiz",
|
||
|
exam: "Simulazione esame",
|
||
|
corrects: "Corrette",
|
||
|
wrongs: "Sbagliate",
|
||
|
percentage: "Percentuale",
|
||
|
aerodynamics: "Aerodinamica",
|
||
|
first_aid: "Primo soccorso",
|
||
|
flight_safety: "Sicurezza in volo",
|
||
|
instruments: "Strumentazione",
|
||
|
legislation: "Normativa e legislazione",
|
||
|
materials: "Materiali",
|
||
|
meteorology: "Meteorologia e aerologia",
|
||
|
physiopathology: "Fisiopatologia del volo",
|
||
|
piloting_techniques: "Tecniche di pilotaggio"
|
||
|
}
|